R/ruODK.R

#' @description \code{\link{ruODK}} is an R Client for the ODK Central API.
#'
#'   Please see the `ruODK` website for full documentation:
#'   <https://docs.ropensci.org/ruODK/>
#'
#' `ruODK` is "pipe-friendly" and re-exports `\%>\%` and `\%||\%`, but does not
#'  require their use.
#'
#' @keywords internal
"_PACKAGE"

utils::globalVariables(c(
  ".",
  "archived",
  "children",
  "name",
  "path",
  "type",
  "variable",
  "xx",
  "xml_form_id"
))
dbca-wa/ruODK documentation built on Oct. 18, 2024, 9:04 p.m.