unfactorize {rBiopaxParser} | R Documentation |
This function takes a data.frame as argument and returns it with strings instead of factors.
unfactorize(df)
df |
any data.frame with factor levels in at least one column |
The data.frame is returned using strings instead of factors.
Frank Kramer