factorsAsStrings: Converts factors to strings

Description Usage Arguments Value Author(s) Examples

View source: R/utils.R

Description

This function produces the opposite as the stringsAsFactors argument in the data.frame or read.table functions; it converts factors columns to characters.

Usage

1

Arguments

x

A data.frame

Value

A data.frame where factors are converted to characters.

Author(s)

Laurent Gatto

Examples

1
2
3

MSnbase documentation built on Jan. 23, 2021, 2 a.m.