View source: R/lookup_domain.R
get_from_domain | R Documentation |
Get a column from a domain
get_from_domain(domain, column, .unique = TRUE, .unlist = TRUE)
domain |
Quoted name of the domain data object |
column |
Quoted name of the column from which to pull values |
.unique |
A logical (default TRUE) stating if the return values should be reduced to just unique values. |
.unlist |
A logical (default TRUE) stating if the return value should be converted an array (e.g., instead of a data_frame column) |
A data_frame column or array of values
## Not run:
# get the unique subject ids in DM
get_from_domain("DM","USUBJID")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.