print_code {iNZightTools} | R Documentation |
Tidy-printing of the code attached to an object
print_code(x, ...)
x |
a dataframe with code attached |
... |
additional arguments passed to tidy_all_code() |
Called for side-effect of printing code to the console.
iris_agg <- aggregateData(iris, vars = "Species", summaries = "mean")
print_code(iris_agg)