dot-format_str: Format a string using placeholders

.format_strR Documentation

Format a string using placeholders

Description

Format a string using placeholders

Usage

.format_str(string, ...)

Arguments

string

A an unformatted string with placeholders

...

Variables to format placeholders with

Value

A formatted string

Examples

## Not run: 
format_str("Format with {1} and {2}", "x", "y")

## End(Not run)


montilab/hypeR documentation built on Oct. 29, 2023, 12:01 p.m.