Read data from DCS.

read_dcs(path)

Arguments

path

character: Path to file.

Value

tibble

Details

[Experimental]

Data from DCS needs to be download with Export > Custom > OK. See example dataset for the accepted format.

Examples

path <- system.file("extdata",
  "data-nurses-and-midwives-in-dcs.xlsx",
   package = "pddcs")
df <- read_dcs(path)