copyDatabase-methods: Create a copy of the data from an experiment

Description Usage Arguments Details

Description

There is an argument to specify the type of backup you want. This can be use to backup different files depending on what needs to be copied.

Usage

1
2
3
4
5
6
copyDatabase(ep, sessionList, copyType = "medium", extensions, destination,
  compress = FALSE)

## S4 method for signature 'ElectroProject'
copyDatabase(ep, sessionList, copyType = "medium",
  extensions, destination, compress = FALSE)

Arguments

ep

ElectroProject object

sessionList

List of RecSession objects that will be included in the copy

copyType

Type of copy. Only "medium" is supported at the moment.

extensions

Character vector with the list of file types you want to export

destination

Path of the directory in which the copy is made

compress

Logical indicating whether to call tar to make a tar.gzip from the copy

Details

List of files exported if copyType is set to medium - .res, .clu, .par, .desen, .px_per_cm, .resofs, .desel .res_samples_per_whl_sample .sampling_rate_dat, .whl .whd Also includes the tetrode specific .clu. and .res. files


kevin-allen/relectro documentation built on May 20, 2019, 9:06 a.m.