Description Usage Arguments Examples
View source: R/common_functions.R
Reads in clean data from excel using janitor package and readxl - Read in the data, assumes na = "", - Removes empty columns and rows - Cleans column names
1 | read_clean_data(file, sheetname, ...)
|
file |
The location of the file you are using. |
sheetname |
The name of number of the sheet (as in readxl) |
... |
Additional parameters to pass to readxl |
1 2 3 4 5 | ## Not run:
library(RUncommon)
read_clean_data(filelocation, 1)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.