R/safuncs.R
xlsx_trimrow.Rd
Remove rows after the last non-NA value in a selected column. Select column based on the coli argument.
coli
xlsx_trimrow(x, coli = 1)
A dataframe.
A number indicating the index of the column to base the trimming on.
Returns a dataframe object without the "extra" NA values on the selected rows.