toString {stringr} R Documentation

Convert an R Object to a Character String

Description


This is a helper function for format to produce a
single character string describing an R object.

Usage

toString(x,
    format = NULL,
    culture = NULL,
    ... = NULL);

Arguments

x

The object to be converted.

env

[as Environment]

Details

this function just invoke the any kind.ToString method.

Authors

SMRUCC genomics Institute

Value

this function returns data object of type string.

clr value class

Examples


[Package stringr version 2.33.856.6961 Index]