list_to_char | R Documentation |
Turns a list into character format: used in EcoservR to fix some MasterMap attributes that import wrongly from certain format (eg GML).
list_to_char(x)
x |
A problematic column |
A vector of character data. Where the original list element was character(0), this is change to NA. Where the original list element had a vector of multiple terms, these are concatenated with a comma.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.