Description Usage Arguments Author(s) Examples
View source: R/check_traces_in_df.R
Check if all the traces' names are in the names of the data frames
1  | check_traces_in_df(traces_names, df)
 | 
traces_names | 
 names of the traces  | 
df | 
 a data frame  | 
Richèl J.C. Bilderbeek
1 2  | df <- data.frame(my_name = 3.14)
check_traces_in_df("my_name", df)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.