R/read_pk.R
read_pk.Rd
Reads PK datasets from various file formats.
read_pk(path)
Character string with path to the dataset file.
A data.frame object with loaded data.
Currently supported file formats include:
rds
xlsx
sas7bdat
xpt
parquet
df <- read_pk(system.file("shiny/data/Dummy_data.csv", package = "aNCA"))