check_targeted_table: check_targeted_table

View source: R/check_data.R

check_targeted_tableR Documentation

check_targeted_table

Description

Check targeted_table for extract_eic function.

Usage

check_targeted_table(targeted_table)

Arguments

targeted_table

targeted_table, 3 columns, 1. variable_id, 2. mz, 3. rt.

Value

Notice of data checking.

Author(s)

Xiaotao Shen shenxt1990@outlook.com

Examples

targeted_table = 
  data.frame(variable_id = letters[1:5],
             mz = c(100, 100.01, 100.02, 100.03, 100.05),
             rt = c(1,2,3,4,5))
check_targeted_table(targeted_table)

tidymass/massprocesser documentation built on May 7, 2023, 10:18 p.m.