vignettes/util_cat_sys.Rmd
util_cat_sys.Rmd
In the example below, the result of the system call would not be returned.
system("date")
The output of the same system call is returned using util_cat_sys
.
library(jeksterslabRutils)
util_cat_sys("date")
#> Fri Jan 15 02:12:46 PM CST 2021