remove_types_from_file: Remove type annotations from a file

Description Usage Arguments Examples

View source: R/remove_type.R

Description

Remove type annotations from a file

Usage

1
remove_types_from_file(input, output = stdout())

Arguments

input

A character string; the path of the input.

output

A character string; the path of the output.

Examples

1
2
3
file <- system.file('example/test_3.R', package = "typeChecker")
invisible(Map(cat, readLines(file), "\n"))
remove_types_from_file(file)

kcf-jackson/typeChecker documentation built on Feb. 19, 2021, 2:29 a.m.