print_code {iNZightTools} | R Documentation |
Tidy-printing of the code attached to an object
Description
Tidy-printing of the code attached to an object
Usage
print_code(x, ...)
Arguments
x |
a dataframe with code attached |
... |
additional arguments passed to tidy_all_code() |
Value
Called for side-effect of printing code to the console.
Examples
iris_agg <- aggregate_data(iris, group_vars = "Species", summaries = "mean")
print_code(iris_agg)
[Package iNZightTools version 2.0.1 Index]