convert | R Documentation |
Try to convert columns according to types sended by the API.
convert(data)
data |
a dataframe returned by |
CAUTION For private life reason, data returns by DiDo are secretize (the value is replaced by the string "secret") so readr can't determine data type.
All secret
values will be transform to NA
You can find column's type with columns()
a tibble with converted integer and number columns
datafiles() %>%
dido_search("6c79805c-def9-4695-9d9f-7d86599c4d8a") %>%
get_data() %>%
convert()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.