Description Usage Arguments Value
View source: R/explore_w_histograms.R
take a csv file path, a sheet name (default NULL), a list of numerical column names and returns a png file of histogram(s)
1 | explore_w_histograms(file, columns_list, sheet_name = NULL)
|
file |
str, the path of the file, including the filetype extension |
columns_list |
a list of numerical column names as string |
sheet_name |
int, default NULL if passing an excel file, the name of the sheet to analyze |
printed messages
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.