Learn R Programming

scan (version 0.53)

convert: Covert Converts an scdf object to a text syntax

Description

Covert Converts an scdf object to a text syntax

Usage

convert(scdf, file = "", study_name = "study")

Arguments

scdf

A single-case data frame. See scdf to learn about this format.

file

A filename for exporting the syntax.

study_name

Character string. Name of the single case study name.

Examples

Run this code
# 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