View source: R/dataprep_lookup_in_pandora.R
namecol_value_from_id | R Documentation |
Given a sidora column name and a 'Id' integer will get the requested corresponding 'human readable' string version of the Id.
namecol_value_from_id(sidora_col_name, query_id, con, cache_dir = tempdir())
sidora_col_name |
character. A sidora table column name |
query_id |
integer vector. ID(s) to be converted to the human readable 'string' version |
con |
a pandora connection |
cache_dir |
a cache directory |
For example, given the ID 38 and the information that this ID was found in 'extract.Batch', would result in Ex06_KE_2015-11-19
## Not run:
namecol_value_from_id(sidora_col_name = "extract.Batch", query_id = 38, con = con)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.