Read data from DCS.
read_dcs(path)
character: Path to file.
tibble
Data from DCS needs to be download with Export > Custom > OK. See example dataset for the accepted format.
path <- system.file("extdata",
"data-nurses-and-midwives-in-dcs.xlsx",
package = "pddcs")
df <- read_dcs(path)