Convert a data frame into an x3p file
unfortify_x3p(df)
df | A data frame produced by fortify_x3p |
---|
An x3p object
#> Warning: use x3ptools::x3p_to_df instead#> Error in 1:info$num_profiles: argument of length 0br411_unfort <- unfortify_x3p(br411_fort)#> Warning: use x3ptools::df_to_x3p instead#> Error in unfortify_x3p(br411_fort): object 'br411_fort' not foundidentical(br411_unfort, br411)#> Error in identical(br411_unfort, br411): object 'br411_unfort' not found