Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

documented parameters in as.ba_db #72

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions R/as.ba_db.R
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
#' as.ba_db
#'
#' @param secure logical; default: false
#' @param protocol character
#' @param db character
#' @param protocol character. Protocol used for accessing API, typically 'http://' or 'https://'
#' @param db character. domain name
#' @param port integer; default: 80
#' @param apipath character; default: ''
#' @param multicrop logical; default: false
#' @param crop character
#' @param apipath character; default: '' path appended to db where the api is hosted
#' @param multicrop logical; default: false. Does this database host more than one crop?
#' @param crop character. Name of crop(s) hosted
#' @param user character; default: ''
#' @param password character; default: ''
#' @param token character; default: ''
#' @param granttype character; default: 'password'
#' @param clientid character; default: 'rbrapi'
#' @param bms logical; default: false
#' @param version character; default: 'v1'
#' @param bms logical; default: false. Does this endpoint follow the BMS implementation of BrAPI?
#' @param version character; default: 'v1'. Which version(s) of BrAPI are supported?
#'
#' @return ba_db class
#' @author Reinhard Simon, Maikel Verouden
Expand Down