fprintf Print sprintf result into console, just like C style fprintf function

fprintf(fmt, ...)

Arguments

fmt

a character vector of format strings, each of up to 8192 bytes.

...

other parameters will be passed to sprintf

Examples

cat(fprintf("%s\n", "Hello phenofit!"))
#> Hello phenofit!