parse_dict | R Documentation |
Replace non ASCII characters with ASCII equivalents
parse_dict(dict)
dict |
A dictionary. See |
A dictionary with all non ASCII characters replaced with ASCII
## Not run:
dict = list(
MARRIED = list(
"Sí" = 1,
"No" = 2
)
)
parse_dict(dict)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.