at_trim_xlsheet: Clean up excel spreadsheet imports

Description Usage Arguments

View source: R/altools_spreadsheets.R

Description

Clean up excel spreadsheet imports by triming the number of columns, specifying which row should be the top row

Usage

1
at_trim_xlsheet(df, column_last = ncol(df), row_first = 1)

Arguments

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


NewGraphEnvironment/altools documentation built on Nov. 19, 2020, 1:38 a.m.