Skip to content

Commit

Permalink
docs: hide info about three-dots - not relevant for the end user (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
salvafern committed May 3, 2023
1 parent f803c88 commit 99881a4
Show file tree
Hide file tree
Showing 18 changed files with 30 additions and 30 deletions.
2 changes: 1 addition & 1 deletion R/Acoustic.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#' @param maxband upper frequency band from which the sound value will be retrieved
#' @param by Sample period, one of "1 min", "1 hour" or "1 day"
#' @param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#' @param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#' @return Dataframe with the acoustic data within the specified daterange and location.
#'
#' @examples
Expand Down
2 changes: 1 addition & 1 deletion R/CTD.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' @param stations List of stations to be included in the query. Use stations = "All" to get all stations. See stations list in details section.
#' @param by Aggregation criteria. One of c("Per meter", "Per cast")
#' @param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#' @param ... params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'
#' @details
#'
Expand Down
26 changes: 13 additions & 13 deletions R/lwdataFunctions.R
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ lwdata<- function(
#'@param type Datatype as defined in LWDE
#'@param input LWDE input element, as a list. Can be obtained by using shiny::reactiveValuesToList()
#'@param USER LWDE USER element, as a list. Can be obtained by using shiny::reactiveValuesToList()
#'@param ... Params to be passed to lw_check_lwdataserver()
#' @param ... Reserved for internal use.
#'@return Returns dataframe of the requested datatype
#'@examples
#'lwdata2("listETNprojects")
Expand Down Expand Up @@ -120,7 +120,7 @@ lwdata2 = function(type,
#' To get an account, register via the \href{http://rshiny.lifewatch.be/account?p=register}{Lifewatch RShiny registration} webpage.
#'@param usr Username to connect to ETN database
#'@param pwd Password to connect to ETN database
#'@param ... params to be passer to lw_check_lwdataserver
#' @param ... Reserved for internal use.
#'@return Dataframe with name and type of networks.
#'@examples
#'listEtnProjects()
Expand All @@ -140,7 +140,7 @@ listEtnProjects <- function(usr = NULL,
#' To get an account, register via the \href{http://rshiny.lifewatch.be/account?p=register}{Lifewatch RShiny registration} webpage.
#'@param usr Username to connect to ETN database
#'@param pwd Password to connect to ETN database
#'@param ... params to be passer to lw_check_lwdataserver
#' @param ... Reserved for internal use.
#'@export
listMvbStations <- function(usr = NULL,
pwd = NULL, ...){
Expand Down Expand Up @@ -172,7 +172,7 @@ listUvaTags <- function(usr = NULL,
#'@param startdate Starting date for the query
#'@param stopdate Stopping date for the query
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@return Dataframe with the aggregated zooscan-data within the specified daterange.
#'@examples
#'getZooscanData("2011-01-01", "2021-04-14") # Only data
Expand Down Expand Up @@ -200,7 +200,7 @@ getZooscanData <- function(startdate, stopdate, params = FALSE, ...){
#'@param startdate Starting date for the query
#'@param stopdate Stopping date for the query
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@return Dataframe with the aggregated flowcam-data within the specified daterange.
#'@examples
#'getFlowcamData("2020-04-19", "2020-04-21") # Only data
Expand Down Expand Up @@ -230,7 +230,7 @@ getFlowcamData <- function(startdate, stopdate, params = FALSE, ...){
#'@param stopdate Stopping date for the query
#'@param by Sample period, one of "1 min", "60 min" or "1 day"
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@return Dataframe with the aggregated batcorder-data within the specified daterange.
#'@examples
#'getBatsData("2014-08-01", "2014-09-01", "1 min")
Expand Down Expand Up @@ -262,7 +262,7 @@ getBatsData <- function(startdate, stopdate, by, params = FALSE, ...){
#'@param stopdate Stopping date for the query
#'@param stations list of stations to be included in the query, currently list c("Buoy at C-Power","Spuikom Sluice","Buoy in Spuikom", "Ostend Research Tower"). Use \code{stations = "All"} to get all stations .
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@return Dataframe with the buoy-data within the specified daterange and location.
#'@examples
#'getBuoyData("2021-03-19", "2021-04-21", "All")
Expand Down Expand Up @@ -301,7 +301,7 @@ getBuoyData <- function(startdate, stopdate, stations,
#'@param usr Username to connect to ETN database
#'@param pwd Password to connect to ETN database
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@return Dataframe with the specified ETN data.
#'@examples
#'getEtnData("2020-04-19", "2020-04-21", action = "Time bins", by = "1 day",
Expand Down Expand Up @@ -348,7 +348,7 @@ getEtnData <- function(startdate, stopdate, action, by, networks, projects,
#'@param usr Username to connect to ETN database
#'@param pwd Password to connect to ETN database
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@return Dataframe with the specified C-POD data.
#'@examples
#'getCpodData("2020-04-19", "2020-04-21", processing = "Validated", by = "1 week")
Expand Down Expand Up @@ -394,7 +394,7 @@ getCpodData <- function(startdate, stopdate, processing, quality = c("Hi", "Mod"
#'@param usr Username to connect to database
#'@param pwd Password to connect to database
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@return Dataframe with the specified MVB data.
#'@examples
#'getMvbData(Sys.Date() - 30, Sys.Date() + 1, parameters = 'Tide TAW',
Expand Down Expand Up @@ -440,7 +440,7 @@ getMvbData <- function(startdate, stopdate, parameters, stations = NULL, by, cal
#'@param usr Username to connect to database
#'@param pwd Password to connect to database
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@return Dataframe with the specified bird tracking data.
#'@examples
#'getUvaBirdData("2013-06-10", "2013-06-14", tagcodes = c("719","6013","610"), by = "1 day")
Expand Down Expand Up @@ -479,7 +479,7 @@ getUvaBirdData <- function(startdate, stopdate, tagcodes, # p=2,
#'@param stations list of stations to be included in the query. Use \code{stations="all"} to get all stations.
#'@param categories List of categories to return in query, one of ("SPM", "CTD", "Nutrients", "Secchi", "Pigments"). Use \code{categories="All"} to get all categories
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@return Dataframe with the Station-data.
#'@examples
#'getStationData("2019-07-22", "2019-07-23", stations = "all", categories = "all")
Expand Down Expand Up @@ -512,7 +512,7 @@ getStationData <- function(startdate, stopdate, stations = "all", categories = "
#'@param by Time grouping for data aggregation, one of ("1 day","60 min","10 min","1 min")
#'@return Dataframe with the specified data.
#'@param params If TRUE, returns a list with the dataset and the query parameters applied in the server side. IF FALSE returns only the data.
#'@param ... Params to be passed to lw_check_lwdataserver().
#' @param ... Reserved for internal use.
#'@examples
#'getUnderwayData("2021-03-15", "2021-04-13", "1 day")
#'getUnderwayData("2021-03-15", "2021-04-13", "60 min", params = TRUE)
Expand Down
2 changes: 1 addition & 1 deletion man/getAcousticData.Rd

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

2 changes: 1 addition & 1 deletion man/getBatsData.Rd

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

2 changes: 1 addition & 1 deletion man/getBuoyData.Rd

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

2 changes: 1 addition & 1 deletion man/getCTDData.Rd

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

2 changes: 1 addition & 1 deletion man/getCpodData.Rd

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

2 changes: 1 addition & 1 deletion man/getEtnData.Rd

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

2 changes: 1 addition & 1 deletion man/getFlowcamData.Rd

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

2 changes: 1 addition & 1 deletion man/getMvbData.Rd

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

2 changes: 1 addition & 1 deletion man/getStationData.Rd

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

2 changes: 1 addition & 1 deletion man/getUnderwayData.Rd

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

2 changes: 1 addition & 1 deletion man/getUvaBirdData.Rd

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

2 changes: 1 addition & 1 deletion man/getZooscanData.Rd

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

2 changes: 1 addition & 1 deletion man/listEtnProjects.Rd

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

2 changes: 1 addition & 1 deletion man/listMvbStations.Rd

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

2 changes: 1 addition & 1 deletion man/lwdata2.Rd

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

0 comments on commit 99881a4

Please sign in to comment.