prepare_data | R Documentation |
Prepare internal data for DCS upload.
prepare_data(path, source)
path |
character: Path to file. |
source |
character: Data source. |
tibble
# Prepare UNODC homicide data
path <- system.file("extdata",
"homicide_all.xlsx",
package = "pddcs"
)
df <- prepare_data(path, source = "homicide")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.