Skip to contents

Overview

framrsquared is a library with a focus on easing the burden of working in the FRAM database by providing convenient methods to import tables into R, and producing similar analyses as the FRAM executable while extending it some circumstances. framrsquared is part of the FRAMverse R-Universe.

Installation

framrsquared can be installed through R-Universe:

install.packages("framrsquared", repos = "https://framverse.r-universe.dev")

Otherwise, if you have Rtools and the devtools or remotes packages installed, framrsquared can be installed from source code:

devtools::install_github("FRAMverse/framrsquared")

# Alternatively 
remotes::install_github("FRAMverse/framrsquared")