channels_merge: Modify a channel if it was programmed incorrectly

Description Usage Arguments Value Examples

View source: R/mergeChannels.R

Description

Modify a channel if it was programmed incorrectly

Usage

1

Arguments

data

The output of read_flight_data or replace_date.

replace

The channel to replace.

with

The replacement channel.

Value

Returns a channel modified data.frame.

Examples

1
2
3
4
names(raw_data)
head(raw_data[[2]])
raw_data[[2]] <- channels_merge(raw_data[[2]], 10, 3)
head(raw_data[[2]])

jBernardADFG/telprep documentation built on July 26, 2020, 2:17 a.m.