as_column_table: Convert the tibble to a pzfx table XML node

View source: R/write_pzfx.R

as_column_tableR Documentation

Convert the tibble to a pzfx table XML node

Description

Convert a **wide** tibble to a pzfx table XML node.

Usage

as_column_table(data, row_names = NULL, table_name = NULL)

Arguments

data

tibble to be converted

row_names

if 'NULL' (the default), converts the data frame row names to Prism row titles. If 'character', uses the provided column to generate the row titles.

table_name

'character' to specify the Prism table title. if 'NULL' (the default), will use the name of 'data'.

Value

A xml2 xml document


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