Description Usage Arguments Value Examples
Get the dictionary dataset as a dataframe or save as a csv file.
1 2 3 4 | adt_get_dict(
dict = c("src_files", "src_tables", "ana_data", "src_adni"),
csv_fname = NULL
)
|
dict |
A string indicating the name of the dictionary. The available options are: "src_files": the dictionary for table structure, "src_tables": the dictionary for mapping column names, "ana_data": the dictionary for query, "adni": the dictionary for ADNI data. |
csv_fname |
A string indicating the CSV filename to be saved (saved to the default location). Default is NULL. The saved file is in .scv format. If changes of default dictionaries needed, then the costomized dictionary could be added here. However, the format of the costomized dictionary should follow the default one. |
The dictionary dataset.
1 2 3 4 | ## Not run:
dict_par <- adt_get_dict(dict = "tbl")
dict_par <- adt_get_dict(dict = "tbl", csv_fname = "foo_tbl.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.