Skip to content

Commit

Permalink
refine r man pages --as-cran
Browse files Browse the repository at this point in the history
  • Loading branch information
amattioc committed Feb 27, 2024
1 parent 07c7036 commit 0a213d7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
4 changes: 3 additions & 1 deletion RJSDMX/man/addProvider.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
\title{add new provider}
\usage{
addProvider(name, endpoint, needsCredentials = FALSE, needsURLEncoding = FALSE,
supportsCompression = TRUE, description = "")
supportsCompression = TRUE, description = "", sdmxVersion = "V2")
}
\arguments{
\item{name}{the name of the provider}
Expand All @@ -21,6 +21,8 @@ addProvider(name, endpoint, needsCredentials = FALSE, needsURLEncoding = FALSE,

\item{description}{a brief text description of the
provider}

\item{sdmxVersion}{what sdmx version this provider supports}
}
\description{
Configure a new data provider (only SDMX 2.1 REST providers
Expand Down
9 changes: 6 additions & 3 deletions RJSDMX/man/getTimeSeries2.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a213d7

Please sign in to comment.