Learn R Programming

pzfx (version 0.3.0)

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

Description

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

Usage

pzfx_tables(path)

Value

a character string vector

Arguments

path

Path to the '.pzfx' file

Examples

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

Run the code above in your browser using DataLab