View source: R/altools_spreadsheets.R
Clean up excel spreadsheet imports by triming the number of columns, specifying which row should be the top row
1 | at_trim_xlsheet(df, column_last = ncol(df), row_first = 1)
|
df |
dataframe imported from excel that needs to be trimmed and cleaned |
column_last |
numeric identifier for the last column to be imported |
row_first |
numeric identifier for the first row to be imported |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.