share.lib: Load a share library

View source: R/system.r

share.libR Documentation

Load a share library

Description

This function is only usefull if the project comply to the project organization described in vignette #' vignette("workspace", package = "ifnBase")

Usage

share.lib(file, force = F, platform = F, optional = F)

Arguments

file

character vector of name(s) of the library to load (name of the .r file, without extension)

force

bool, if TRUE force the loading of the lib, regardless of the cache

platform,

look for a library in share/platform/[libname].[platform].R

optional

if TRUE dont raise an error if the library doesnt exist. By default an error is thrown.


cturbelin/ifnBase documentation built on Nov. 5, 2023, 12:54 p.m.