Description Usage Arguments Value Examples
Extract information from header
| 1 2 3 | extract_sampling_rate(info)
extract_date(info)
 | 
| info | Header information from csv header | 
Sampling rates or dates
| 1 2 3 4 5 6 | file = system.file("test2.csv", package = "biobankr")
  df = readr::read_csv(file = file)
 info = colnames(df)[1]
 info = trimws(info)
 srate = extract_sampling_rate(info)
date_range = extract_date(info)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.