1 - Installing trackdf

1.1 - From CRAN

trackdf is available directly from CRAN and can be installed as follows:

install.packages("trackdf")

1.2 - Development version

If you're looking to install the latest development version of trackdf (with all the newest features but also potentially breaking changes), you can do it as follows:

if (requireNamespace("remotes", quietly = TRUE)) {
  remotes::install_github("swarm-lab/trackdf")
}


Try the trackdf package in your browser

Any scripts or data that you put into this service are public.

trackdf documentation built on March 31, 2023, 5:47 p.m.