Learn R Programming

BoSSA (version 3.7)

write_jplace: Write a jplace or pplace object to the disk

Description

Write a jplace or pplace object to the disk in the jplace JSON format

Usage

write_jplace(x,outfile)

Arguments

x

A pplace or jplace object

outfile

The name of the output file

Examples

Run this code
# NOT RUN {
data(pplace)
# }
# NOT RUN {
write_jplace(pplace,"test.jplace")
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab