Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 384 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 384 Bytes

GaitiLabUtils

R-package containing functions that can be used in various contexts and are used in the Gaiti Lab.

The package can be easily installed through GitHub:

devtools::install_github("GaitiLab/GaitiLabUtils")
# or
remotes::install_github("GaitiLab/GaitiLabUtils")
# or
pak::pkg_install("GaitiLab/GaitiLabUtils")
# or
pacman::p_load_gh("GaitiLab/GaitiLabUtils")