Description Usage Arguments Value Examples
get.scigroup searches for some sci-group like column names. One has the opportunity to give a search string for a certain pattern.
| 1 2 3 | get.scigroup.columns(data,
  pattern = "sci_group|sci-group|scigroup|sgroup|group|grp|gruppe",
  perl = T)
 | 
| data | dataframe which has some sci-group columns | 
| pattern | search pattern for finding column names via grep | 
| perl | logical: Use perl regex. Default is T. | 
names of sci-group columns
| 1 2 | (d<-data.frame(SGROUP="A2_02",SCI_GROUP="B1_10",Gruppe="A1-SK_10",GRP="A3_09"))
get.scigroup.columns(d)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.