sp_load_codelist | R Documentation |
This is normally called inside sp_get_codelist()
but can be used separately if
finer-grained control of intermediate outputs is needed, e.g. in a {targets}
workflow.
sp_load_codelist(path, n = NULL)
path |
Path to a file as returned by |
n |
Number of rows to return. Default (NULL) means all. Useful for quickly inspecting a codelist. |
a tibble
Other Detailed workflow:
sp_get_codelist_file()
,
sp_get_codelist_url()
,
sp_get_dataset_url()
,
sp_get_table_file()
,
sp_load_table()
## Not run:
cf <- sp_get_codelist_file("druhuj")
sp_load_codelist(cf)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.