print_code | 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 <- aggregate_data(iris, group_vars = "Species", summaries = "mean")
print_code(iris_agg)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.