setNonpublicVariables: set nonpublic variables

View source: R/setting_environment.R

setNonpublicVariablesR Documentation

set nonpublic variables

Description

This function sets some global variables which are useful for a lazy use of this package. Set those variables once and they will be used as defaults in the package.

Usage

setNonpublicVariables(
  accessBexispath = ".",
  pathtoRAWdata = ".",
  pathtoASSEMBLEDdata = "."
)

Arguments

accessBexispath

the path to the file "accesBexis.R". This file is available at BExIS and contains code to import data directly from R.

pathtoRAWdata

path to the data used for this analysis. This is where the raw data, downloaded from BExIS is stored. It can be the same folder as pathtoASSEMBLEDdata or not.

pathtoASSEMBLEDdata

path to the data used for this analysis. This path points to data which is not originally from BExIS but has been assembled by someone already. It can be the same folder as pathtoRAWdata or not.

Value

a message that the variables have been set


allanecology/BetaDivMultifun documentation built on Nov. 9, 2023, 8:47 p.m.