Remove the asterisks from a column of data
Used for removing * from GenContext columns
Usage
removeAsterisks(query_data, colname = "GenContext")
Arguments
- query_data
A data frame containing the data to be processed.
- colname
The name of the column from which asterisks should be removed.
Defaults to "GenContext".
Value
The original data frame with asterisks removed from the specified
column.
Examples
if (FALSE) { # \dontrun{
removeAsterisks()
} # }