cor_row | R Documentation |
Correlation row
cor_row(
data_item,
data = NULL,
data_filter = NULL,
row_digits = NULL,
method = c("pearson", "kendall", "spearman")
)
data_item |
item to be taken from data for row |
data |
separate dataset to use |
data_filter |
filter to apply to dataset |
row_digits |
digits for data item (overrides table as a whole) |
method |
method parameter passed onto |
first_table(
mtcars,
.column_variable = gear,
.column_type = "numeric",
cor_row(disp, method = "spearman")
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.