fc_attach_ff: Attach an ff object (typically used for all-by-all blast...

View source: R/loading.R

fc_attach_ffR Documentation

Attach an ff object (typically used for all-by-all blast distances)

Description

These are file based matrices that are not loaded into memory. If ff="myff" there should be a ff data file called 'myff.ffData'

Usage

fc_attach_ff(ff, envir = NULL, force = FALSE)

Arguments

ff

Name of ff object (which should match file on disk).

envir

The environment in which the resultant object should be created.

force

Whether to overwrite an existing object of the same name

Value

An ff object.

Examples

## Not run: 
fc_attach_ff()

## End(Not run)

jefferis/flycircuit documentation built on Feb. 4, 2023, 6:04 p.m.