write_pzfx: Write a data frame to a Graphpad prism pzfx file

View source: R/write_pzfx.R

write_pzfxR Documentation

Write a data frame to a Graphpad prism pzfx file

Description

Writes out a 'pzfx' file which can be opened using Graphpad Prism.

Usage

write_pzfx(data, path, table_type = "column", table_name = NULL,
  row_names = NULL)

Arguments

data

tibble to be converted

path

to write to

table_type

Prism table type (column)

table_name

Name of the Prism table in the output document. if 'NULL' (the default) the name of 'data' is used.

row_names

Name of column to use for rownames. If 'NULL' (the default), uses row names if they exist.

Value

A xml2 xml document


koncina/darkside documentation built on Feb. 25, 2023, 10:23 a.m.