Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
DSCC
FSO Metadata Auto R
Commits
a16529dd
Commit
a16529dd
authored
Mar 01, 2022
by
Pauline Maury Laribière
Browse files
modify instructions everywhere
parent
a95727e1
Pipeline
#323990
passed with stage
in 12 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a16529dd
...
...
@@ -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
...
...
demo.R
View file @
a16529dd
# 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
...
...
example.Rmd
View file @
a16529dd
...
...
@@ -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")
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment