Learn R Programming

aNCA (version 0.1.0)

read_pk: Reads PK datasets from various file formats.

Description

Reads PK datasets from various file formats.

Usage

read_pk(path)

Value

A data.frame object with loaded data.

Arguments

path

Character string with path to the dataset file.

Details

Currently supported file formats include:

  • rds

  • xlsx

  • sas7bdat

  • xpt

  • parquet

Examples

Run this code
df <- read_pk(system.file("shiny/data/Dummy_data.csv", package = "aNCA"))

Run the code above in your browser using DataLab