Description Usage Arguments Examples
Type check an R file
1 | type_check(path)
|
path |
A character string; the file path. |
1 2 3 | file <- system.file("example/test_1.R", package = "typeChecker")
cat(paste(readLines(file), collapse = "\n"))
type_check(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.