Learn R Programming

formatR (version 1.3)

tidy.source: Deprecated functions

Description

These functions have been renamed and deprecated in formatR: tidy.source() (use tidy_source()), tidy.dir() (use tidy_dir()), and tidy.eval() (use tidy_eval()).

Usage

tidy.source(...)

tidy.dir(...)

tidy.eval(...)

Arguments

...
arguments passed from the old functions of the style foo.bar() to the new functions foo_bar()