tidy.source {formatR}R Documentation

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()


[Package formatR version 1.3 Index]