
Last chance! 50% off unlimited learning
Sale ends in
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.
A filename for exporting the syntax.
Character string. Name of the single case study name.
filename <- tempfile()
convert(exampleABC, file = filename)
source(filename)
all.equal(study, exampleABC)
unlink(filename)
Run the code above in your browser using DataLab