headstart_utilities | R Documentation |
These functions are used during the execution of a program. Rather they produce snippets that can be pasted into code, and help the developer avoid some typing.
column_rename_headstart( d, try_snake_case=TRUE, use_nse=TRUE )
column_class_headstart( d )
column_value_headstart( x )
d |
A |
try_snake_case |
If |
use_nse |
Specify columns with NSE (non-standard evaluation; a.k.a., without quotes). |
x |
A vector to describe. |
Prints formatted code to the console.
Will Beasley
column_rename_headstart(datasets::OrchardSprays)
column_rename_headstart(datasets::iris)
column_class_headstart(datasets::OrchardSprays)
column_value_headstart(datasets::OrchardSprays$treatment)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.