Description Usage Arguments Details Value Examples
subset() takes as imput a 'tbl' and returns a 'tbl' with only selected-column-related columns
1 2 3 4 5 6 7 8 9 10 |
.data |
A 'tbl' |
.column |
The name of the column of interest |
maturing
This functon extracts only selected-column-related information for downstream analysis (e.g., visualisation). It is disruptive in the sense that it cannot be passed anymore to nanny function.
A 'tbl' object
A 'tbl' object
A 'tbl' object
A 'tbl' object
1 | subset(mtcars_tidy,car_model)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.