unfortify_x3p: Convert a data frame into an x3p file

Description Usage Arguments Value Examples

Description

Convert a data frame into an x3p file

Usage

1

Arguments

df

A data frame produced by fortify_x3p

Value

An x3p object

Examples

1
2
3
4
data(br411)
br411_fort <- fortify_x3p(br411)
br411_unfort <- unfortify_x3p(br411_fort)
identical(br411_unfort, br411)

erichare/bulletr documentation built on May 16, 2019, 8:26 a.m.