################################################################################
#
#'
#' Open Data Kit (ODK)-based Computer-assisted Personal Interview (CAPI) Tools
#'
#' Data collection using computer-assisted personal interviewing or CAPI tools
#' is now the standard approach for conducting surveys and studies. A wide
#' range of CAPI systems are currently being used. The ability to interface with
#' these systems helps in the overall data process. This package provides
#' interface functions to CAPI systems based on the Open Data Kit or ODK
#' technology.
#'
#' @docType package
#' @name okapi
#' @keywords internal
#' @importFrom httr GET authenticate add_headers
#' @importFrom tibble tibble
#' @importFrom jsonlite fromJSON
#' @importFrom askpass askpass
#'
#'
#
################################################################################
"_PACKAGE"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.