search.column: Column name to search for markers/terms.
terms: Terms/markers of the rows that are to be removed from the dataframe. The term/marker must appear at the beginning of the string and is case sensitive.
contains: logical. If TRUErm_row searches for the terms anywhere within the string. If FALSErm_row searches only the beginning of the string.
ignore.case: logical. If TRUE case is ignored during matching, if FALSEthe pattern matching is case sensitive.
keep.rownames: logical. If TRUE the original, non-sequential, rownames will be used.
``: Other arguments passed to grepl.
Returns
rm_row - returns a dataframe with the termed/markered rows removed.
rm_empty_row - returns a dataframe with empty rows removed.