pzfx_tables: List all tables in a 'GraphPad Prism' '.pzfx' file.

View source: R/pzfx_tables.R

pzfx_tablesR Documentation

List all tables in a 'GraphPad Prism' '.pzfx' file.

Description

List all tables in a 'GraphPad Prism' '.pzfx' file.

Usage

pzfx_tables(path)

Arguments

path

Path to the '.pzfx' file

Value

a character string vector

Examples

pzfx_file <- system.file("extdata/exponential_decay.pzfx", package = "pzfx", mustWork = TRUE)
pzfx_tables(pzfx_file)

Yue-Jiang/pzfx documentation built on Aug. 22, 2022, 4:11 a.m.