create_block_structure: Create an empty block structure.

Description Usage Arguments Value See Also

Description

Create an empty block structure.

Usage

1
create_block_structure(recording, extra.factors = NULL)

Arguments

recording

A recording.

extra.factors

Extra factors to add to the block structure.

Value

An empty block structure (a data frame) with the following columns:

blockid

A numeric ID for the block

casename

The casename (string)

subject

The subject ID (string)

part

The part (string).

meas

The measurement (string).

starttype

The startttype. Can be either time (seconds from start of recording) or timestamp (an absolute timestamp in ISO-8601 format).

starttime

The starttime; see starttype for details (string).

stoptype

See starttype.

stoptime

See starttime.

tasktype

The task type (string).

See Also

Other recording: add_block, add_segment_timestamp, block_to_seconds, collect_results_collection, collect_results, create_block_simple, 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.