Description Usage Arguments Details Value Examples
Import ARCHIMED meteo file
1 | import_meteo(x)
|
x |
The file path or connexion to the meteo file |
The function uses data.table::fread()
under the hood, so the
x
argument should match the input format as for this function.
The meteo file in a more conveniant format for R usage
1 2 3 4 | ## Not run:
import_meteo("output/meteo.csv")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.