read_dcs | R Documentation |
Read data from DCS.
read_dcs(path)
path |
character: Path to file. |
Data from DCS needs to be download with Export > Custom > OK. See example dataset for the accepted format.
tibble
path <- system.file("extdata",
"data-nurses-and-midwives-in-dcs.xlsx",
package = "pddcs")
df <- read_dcs(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.