read_dcs: Read DCS

View source: R/read_dcs.R

read_dcsR Documentation

Read DCS

Description

Read data from DCS.

Usage

read_dcs(path)

Arguments

path

character: Path to file.

Details

[Experimental]

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

Value

tibble

Examples

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

worldbank/pddcs documentation built on Nov. 20, 2024, 5:41 a.m.