View source: R/rOstluft.data.R
f | R Documentation |
Wrapper around base::system.file()
to simplify generating file names
f(fn)
fn |
file name |
path to file
path_to_file <- f("Zch_Stampfenbachstrasse_2010-2014.csv")
# is the same as
path_to_file <- system.file("extdata", "Zch_Stampfenbachstrasse_2010-2014.csv",
package = "rOstluft.data", mustWork = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.