init_db: (potentially delete and) initialize arrays managed by...

Description Usage Examples

View source: R/init.R

Description

The function requires that you are connected to SciDB as an user with admin privileges

Usage

1
2
3
4
5
6
7
init_db(
  arrays_to_init = NULL,
  pattern_array_names = NULL,
  force = FALSE,
  silent = FALSE,
  con = NULL
)

Examples

1
2
3
4
5
6
## Not run: 
init_db('FUSION')
init_db(c('MEASUREMENTSET', 'FUSION'))
init_db(arrays = get_entity_names()) # Warning! This reinitializes all the arrays

## End(Not run)

Paradigm4/revealgenomics documentation built on April 7, 2020, 2:01 a.m.