Useful functions for everyday programming.
# From CRAN (stable version)
install.packages("toscutil")
# From Github (development version)
devtools::install_github("toscm/toscutil")
To use any function or data object, first install the package and then just enter any object's fully qualified name into a running R session, e.g. toscutil::now_ms()
. You can find a curated list of existing functions at toscm.github.io/toscutil/reference. Alternatively, you can load the package first, using command library("toscutil")
and then access any symbol directly by its name, e.g. now_ms()
.
For details on how to contribute to this package, please see CONTRIBUTING.md.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.