Learn R Programming

bulletr (version 0.1)

unfortify_x3p: Convert a data frame into an x3p file

Description

Convert a data frame into an x3p file

Usage

unfortify_x3p(df)

Arguments

df
A data frame produced by fortify_x3p

Value

An x3p object

Examples

Run this code
data(br411)
br411_fort <- fortify_x3p(br411)
br411_unfort <- unfortify_x3p(br411_fort)
identical(br411_unfort, br411)

Run the code above in your browser using DataLab