Skip to content

Commit

Permalink
fix man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
amattioc committed Mar 22, 2024
1 parent 6df6a14 commit 5945715
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 51 deletions.
7 changes: 1 addition & 6 deletions RJSDMX/man/getTimeSeries.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,15 @@ getTimeSeries(provider, id, start='', end='')
}
\arguments{
\item{provider}{the name of the provider}

\item{id}{identifier of the time series}


\item{end}{the end time - optional}

\item{start}{the start time - optional}

}
\description{
Extract a list of time series.
This function is used to extract a list of time series identified by the parameters provided in input.

getTimeSeries(provider, id, start, end, dataflow, filter)
getTimeSeries(provider, id, start, end)

}
\examples{
Expand Down
27 changes: 11 additions & 16 deletions RJSDMX/man/getTimeSeries2.Rd

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

7 changes: 1 addition & 6 deletions RJSDMX/man/getTimeSeriesTable.Rd
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,14 @@
\alias{getTimeSeriesTable}
\title{get time series and return a data.frame}
\usage{
getTimeSeriesTable(provider, id, start='', end='')
getTimeSeriesTable(provider, id, start='', end='', gregorianTime=F)
}
\arguments{
\item{id}{identifier of the time series}

\item{provider}{the name of the provider}

\item{end}{the end time - optional}

\item{start}{the start time - optional}

\item{gregorianTime}{set to true to have all daily dates - optional}

}
\description{
Extract a list of time series identified by the parameters provided in input, and return a data.frame as result.
Expand Down
34 changes: 11 additions & 23 deletions RJSDMX/man/getTimeSeriesTable2.Rd

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

0 comments on commit 5945715

Please sign in to comment.