Skip to contents

Reads PK datasets from various file formats.

Usage

read_pk(path)

Arguments

path

Character string with path to the dataset file.

Value

A data.frame object with loaded data.

Details

Currently supported file formats include:

  • rds

  • xlsx

  • sas7bdat

  • xpt

  • parquet

Examples

df <- read_pk(system.file("shiny/data/Dummy_complex_data.csv", package = "aNCA"))