Description Usage Arguments Details Value Examples
Creates tables for ShinyLIMS
1 | lims_create(lims_database, creds, lims_types, valdoc)
|
lims_database |
Database name. |
creds |
RDS object with database user and pass |
lims_types |
LIMS collections to be created. Ussually read from lms_config.R |
valdoc |
validation json doc that used in creating metadata table |
DETAILS
returns "created LIMS successful" if sucsessful or error message if function fails.
1 2 3 4 5 6 | ## Not run:
if(interactive()){
lims <- lims_create(lims_database,creds,lims_types,valdoc)
}
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.