Description Usage Arguments Examples
Remove type annotations from a file
1 | remove_types_from_file(input, output = stdout())
|
input |
A character string; the path of the input. |
output |
A character string; the path of the output. |
1 2 3 | file <- system.file('example/test_3.R', package = "typeChecker")
invisible(Map(cat, readLines(file), "\n"))
remove_types_from_file(file)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.