load_fcdb: Load a database cached in the db subfolder into the Global...

View source: R/loading.R

load_fcdbR Documentation

Load a database cached in the db subfolder into the Global Environment

Description

Load a database cached in the db subfolder into the Global Environment

Usage

load_fcdb(db, Force = FALSE, ...)

Arguments

db

Name of table (and the stem of rda file).

Force

Whether to load even if table already exists (default FALSE).

...

Additional arguments passed to load_fcdata

Value

A character vector of the names of objects created, invisibly or NULL if nothing loaded.

See Also

load_fcdata

Examples

## Not run: 
load_fcdb("neuron")
load_fcdb(neuron) # also works
load_fcdb(neuron,Force=TRUE)

## End(Not run)

natverse/flycircuit documentation built on Jan. 26, 2023, 6:46 p.m.