Description
Utilities for the Forest Research Institute of the State Baden-Wuerttemberg.
Description
Miscellaneous utilities, tools and helper functions for finding and searching files on disk, searching for and removing R objects from the workspace. Does not import or depend on any third party package, but on core R only (i.e. it may depend on packages with priority 'base').
README.md
fritools2
Introduction
After installation, please read the help page:
help("fritools2-package", package = "fritools2")
#> Utilities for the Forest Research Institute of the State
#> Baden-Wuerttemberg
#>
#> Description:
#>
#> Miscellaneous utilities, tools and helper functions.
#>
#> Details:
#>
#> You will find the details in
#> 'vignette("An_Introduction_to_fritools", package = "fritools2")'.
Installation
You can install fritools2 from gitlab via:
if (! require("remotes")) install.packages("remotes")
remotes::install_gitlab("fvafrcu/fritools2")