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

Description Usage Arguments Value Examples

View source: R/pzfx_tables.R

Description

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

Usage

1

Arguments

path

Path to the '.pzfx' file

Value

a character string vector

Examples

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

pzfx documentation built on July 8, 2020, 5:10 p.m.