sprintf {stringr} R Documentation

Use C-style String Formatting Commands

Description


A wrapper for the C function sprintf, that returns a character
vector containing a formatted combination of text and variable
values.

Usage

sprintf(format,
    ... = NULL);

Arguments

format

[as Array]

arguments

-

env

[as Environment]

Details

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]