check_traces_in_df: Check if all the traces' names are in the names of the data...

Description Usage Arguments Author(s) Examples

View source: R/check_traces_in_df.R

Description

Check if all the traces' names are in the names of the data frames

Usage

1
check_traces_in_df(traces_names, df)

Arguments

traces_names

names of the traces

df

a data frame

Author(s)

Richèl J.C. Bilderbeek

Examples

1
2
df <- data.frame(my_name = 3.14)
check_traces_in_df("my_name", df)

richelbilderbeek/razzo documentation built on March 10, 2021, 1:17 p.m.