catf: Shortcut with sprintf

View source: R/catf.R

catfR Documentation

Shortcut with sprintf

Description

Shortcut with sprintf

Usage

catf(...)

printf(...)

Arguments

...

arguments passed to sprintf before calling the actual function

Details

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

Examples

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

january3/myfuncs documentation built on Jan. 16, 2025, 8:37 p.m.