create_block_simple: Create a simple block.

Description Usage Arguments Value See Also

Description

Create a simple block.

Usage

1
2
3
create_block_simple(starttime, starttype = "timestamp", stoptime,
  stoptype = "timestamp", tasktype = "none", part = NA, meas = NA,
  blockid = NA, subject = NA, casename = NA, recording = NULL)

Arguments

starttime

The start time as a string.

starttype

Either time or timestamp. Default is timestamp.

stoptime

The stop time as a string.

stoptype

Either time or timestamp. Default is timestamp.

tasktype

The task type as a string. Default is none.

part

An optional string describing the part.

meas

An optional string describing the measurement

blockid

An optional integer denoting the block ID.

subject

An optional string describing the subject ID.

casename

An optional string describing the casename.

recording

An optional recording. If the recording is given, the subject and casename are read from the recording and the arguments for these are ignored.

Value

A block structure.

See Also

Other recording: add_block, add_segment_timestamp, block_to_seconds, collect_results_collection, collect_results, create_block_structure, cut_recording_s, cut_recordings_s, cut_recordings, cut_recording, find_recording_overlap, load_recording, new_recording, read.block.event.data, read.config.excel, read.config.sqlite, read.config, read.dbtable.excel, read.dbtable.sqlite, recording_get_zerotime, recording_set_blocks, recording_set_events, recording_set_ibi, recording_set_zerotime, save_recording


bwrc/colibri documentation built on May 13, 2019, 9:10 a.m.