explore_w_histograms: take a csv file path, a sheet name (default NULL), a list of...

Description Usage Arguments Value

View source: R/explore_w_histograms.R

Description

take a csv file path, a sheet name (default NULL), a list of numerical column names and returns a png file of histogram(s)

Usage

1
explore_w_histograms(file, columns_list, sheet_name = NULL)

Arguments

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

Value

printed messages


UBC-MDS/RDataPeek documentation built on April 2, 2020, 3:56 a.m.