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
d4cb9bd5
Commit
d4cb9bd5
authored
Mar 01, 2022
by
Pauline Maury Laribière
Browse files
styling, ordering
parent
219eac0a
Pipeline
#323982
passed with stage
in 14 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.Rbuildignore
View file @
d4cb9bd5
^.*\.Rproj$
^\.Rproj\.user$
.dockerignore
.gitattributes
.gitignore
.gitlab-ci.yml
.renku
.renkulfsignore
^.*\.Rproj$
^\.Rproj\.user$
data/*
demo.R
Dockerfile
environment.yml
example.Rmd
install.R
requirements.txt
data/*
.dockerignore
.renkulfsignore
.renku
demo.R
example.html
example.Rmd
\ No newline at end of file
R/api_call.R
View file @
d4cb9bd5
#' Get a codelist based on an identifier
#'
#' @param identifier the codelist's identifier
#' @param language string for language to return.
#' @param language string for language to return.
#' Available are 'fr', 'de', 'it', 'en'.
#' @param export_format the export's format
#' Available are CSV, XLSX, SDMX-ML or JSON.
...
...
@@ -96,4 +96,3 @@ get_nomenclature_multiple_levels <- function(identifier,
)
res
<-
api
$
get_response
()
}
R/api_class.R
View file @
d4cb9bd5
...
...
@@ -66,4 +66,3 @@ api_class <- setRefClass(
}
)
)
man/get_codelist.Rd
View file @
d4cb9bd5
...
...
@@ -15,7 +15,7 @@ get_codelist(
\arguments{
\item{identifier}{the codelist's identifier}
\item{language}{string for language to return.
\item{language}{string for language to return.
Available are 'fr', 'de', 'it', 'en'.}
\item{export_format}{the export's format
...
...
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