catf: Shortcut with sprintf

Description Usage Arguments Details Examples

View source: R/catf.R

Description

Shortcut with sprintf

Usage

1
2
3

Arguments

...

arguments passed to sprintf before calling the actual function

Details

These functions are wrappers around function( sprintf( ... ) )

Examples

1
2
catf("pi=%.5f", pi)
printf("pi=%.5f", pi)

january3/myfuncs documentation built on April 1, 2020, 4:42 a.m.