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

dev_add_database_module

Develop A Database Module


Description

This function will create a database module skeleton with required elements already populated, based on user inputs. Common database module packages are imported automatically, but developers should add imports to the roxygen skeleton as necessary to both the UI and server functions to collect user info and create a DBI connection object, respectively.

Usage

dev_add_database_module(mod_name = NULL, display_name = NULL)

Arguments

mod_name

Required. A string, denoting the module suffix eg: 'mariadb'

display_name

Required. A string, denoting the module display name eg: 'MariaDB Server'. This is the 'user viewable' name that will appear in the database module selector dropdown.

Value

A .R file populated with a database module skeleton

See Also

Other Development Functions: dev_add_data_model()


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.