Learn R Programming

TheOpenAIR (version 0.1.0)

write_test: Write test for an R function

Description

This function reads an R function from a file and generates a test file with documentation.

Usage

write_test(file)

Value

If the input is a character string, the function returns the generated output without creating a test file. Otherwise, it creates a test file and returns the file name.

Arguments

file

The file path of the R function.

Examples

Run this code
if (FALSE) {
# Write test for an R function
write_test("path/to/file.R")
}

Run the code above in your browser using DataLab