Description Usage Arguments Details Value Author(s) Examples
This function will properly query PODR for datasets. There are three "libraries" available to read from: - CDISC Pilot ADaM data (PHUSE TDF Project 2019 cut) - CDISC Pilot SDTM data (PHUSE TDF Project 2019 cut) - Janssen Synthetic SDTM data
1 2 3 4 5 6 7 8 |
dataset |
Dataset name, specified as a character string |
libname |
Library name, one of cdisc_pilot_adam, cdisc_pilot_sdtm, or janssen_synthetic |
tabname |
Full table name, i.e., the combination of libname and dataset |
con |
The connection to PODR. Use connect_podr to establish a connection, or specify a variable containing the proper PostgreSQL connection into PODR yourself |
query_string |
provides full SQL statement |
limit |
to select specified number of records; defaults to 100 |
Read data by specifying your desired dataset as a character string, then specify the library you'd like to read from. The libnames are specified as - cdisc_pilot_adam - cdisc_pilot_sdtm - janssen_synthetic
The desired dataset as a data.frame
Hanming Tu
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.