Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dev_add_data_model

Develop Data Model Table Functions


Description

This function will assist in adding a new supported data model to ReviewR. A schema file, stored as a CSV will be added to the namespace, such that the database can be identified by the data model detection module. Additionally, a database_tables.R file will be created and opened in R/ with basic table skeletons created based on the schema stored in the user supplied CSV.

Usage

dev_add_data_model(csv)

Arguments

csv

Required. The file path of a CSV file containing a data model schema

Value

A .R file populated with basic database table functions

See Also

Other Development Functions: dev_add_database_module()


ReviewR

A Light-Weight, Portable Tool for Reviewing Individual Patient Records

v2.3.6
BSD_3_clause + file LICENSE
Authors
Laura Wiley [aut] (<https://orcid.org/0000-0001-6681-9754>), Luke Rasmussen [aut] (<https://orcid.org/0000-0002-4497-8049>), David Mayer [cre, aut], The Wiley Lab [cph, fnd]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.