View source: R/cleanseMetaData.R
cleanseMetaData | R Documentation |
There have been isolated cases observed where certain
characters in the data data_dictionary prevent it from being downloaded
correctly. In one case, the data data_dictionary could not be downloaded
at all through the API. It is suspected that these problematic
characters are a result of copying and pasting text out of word
processing programs. The problematic characters are not necessarily
visible and their exact location can be difficult to identify. As
a last resort, cleanseMetaData
can read a meta data file
downloaded through the user interface, purge it of any UTF-8 characters,
and write an alternate data data_dictionary that contains only ASCII
characters.
cleanseMetaData(data_dict_file, data_dict_clean, overwrite = FALSE)
data_dict_file |
|
data_dict_clean |
|
overwrite |
|
Benjamin Nutter
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.