tidy_rfrnds | R Documentation |
Converts the "raw" MongoDB data from the RDB API to the tidied rfrnds()
schema.
tidy_rfrnds(data, tidy = TRUE)
data |
The MongoDB data as a list (converted from the JSON returned by the RDB API using |
tidy |
Whether or not to tidy the referendum data, i.e. apply various data cleansing tasks and add additional variables. If |
You can reverse this function again using untidy_rfrnds()
.
A tibble.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.