Reports and deletes empty rows/columns.
moi_empty(
set_d,
setnoempty,
nummtd,
rw_col,
multsheets,
alllabels,
molecular,
molid,
n
)
A list of 4 elements: 1) dataset without empty rows/columns; 2) dataset with empty rows/columns; 3) coorected labels; 4)corrected number of metadata columns.
data frame; imported dataset.
data frame; imported dataset.
numeric; number of metadata columns plus 2.
string vector; variable used to switch
between row and column in case of transposed data.
Namely, c("rows ", "row ", "column ", "columns
")
.
logical; indicating whether data is
contained in a single or multiple worksheets. The
default value is multsheets = FALSE
,
corresponding to data contained in a single worksheet.
all the marker labels.
molecular argument.
identifier. It is greater than zero when molecular argument is just a single value.
For further details see: moimport
.