View source: R/auto_shapiro_raw.R
auto_shapiro_raw | R Documentation |
Generates a HTML table of raw data from a numerical variables of a dataframe.
auto_shapiro_raw(data, flextableformat = TRUE)
data |
Data frame from which variables will be extracted. |
flextableformat |
Logical operator to indicate the output desired. Default is TRUE. When FALSE, function will return a dataframe format. |
Flextable or dataframe with shapiro wilks results.
JAFG
auto_shapiro_raw(iris)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.