powered by
Covert Converts an scdf object to a text syntax
convert(scdf, file = "", study_name = "study")
A single-case data frame. See scdf to learn about this format.
scdf
A filename for exporting the syntax.
Character string. Name of the single case study name.
# NOT RUN { filename <- tempfile() convert(exampleABC, file = filename) source(filename) all.equal(study, exampleABC) unlink(filename) # }
Run the code above in your browser using DataLab