Commit a16529dd authored by Pauline Maury Laribière's avatar Pauline Maury Laribière
Browse files

modify instructions everywhere

parent a95727e1
Pipeline #323990 passed with stage
in 12 seconds
......@@ -10,7 +10,7 @@ This public library is made available for the internal FSO staff, the federal ad
You can install the library with
```
devtools::install_github("SDCC/metadata-auto-r-library")
devtools::install_url("https://renkulab.io/gitlab/dscc/metadata-auto-r-library/-/archive/v002/metadata-auto-r-library-v002.tar.gz")
```
then at the beginning of your R script, you will need to
......
# When the package will be finished, install via CRAN
# install.packages("fso.metadata")
# library("fso.metadata")
# Currently use:
devtools::install_url("https://renkulab.io/gitlab/dscc/metadata-auto-r-library/-/archive/v002/metadata-auto-r-library-v002.tar.gz")
library("fso.metadata")
# Get a codelist
......
......@@ -14,12 +14,12 @@ knitr::opts_chunk$set(echo = TRUE)
You can install the library with
```{r install}
devtools::install_github("SDCC/metadata-auto-r-library")
devtools::install_url("https://renkulab.io/gitlab/dscc/metadata-auto-r-library/-/archive/v002/metadata-auto-r-library-v002.tar.gz")
```
then at the beginning of your R script, you will need to
```{r library}
library("metadata-auto-r-library")
library("fso.metadata")
```
......@@ -34,7 +34,7 @@ get_codelist(identifier='CL_NOGA_SECTION', language='de')
## Nomenclature
```{r , echo=FALSE}
my_filters <- hash::hash(
my_filters <- list(
'AF_ACTIVE'= list("0"),
'AFC_ISCO_REDUCED_LIST' = list("1")
)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment