R/uypa.R

################################################################################
#
#' Datasets from the Urban Youth Participatory Assessment
#'
#' Plan Denmark supported by Valid International explored the potential use of
#' modern data collection capabilities to allow urban youth to fully participate
#' in assessing the current condition of children and youth in urban areas.
#' Using a semi-quantitative assessment approach along with urban youth in
#' Dakar, Senegal and using digital data collection tools based on the Open Data
#' Kit (ODK) standard, the participating youth in Dakar described the current
#' state of child and youth services in one commune of the city. This package
#' contains the dataset from that mapping exercise and includes an interactive
#' map that showcases the dataset.
#'
#' @docType package
#' @keywords internal
#' @name uypa
#' @importFrom shiny runApp
#' @importFrom stringr str_to_sentence str_remove
#'
#
################################################################################
"_PACKAGE"

################################################################################
#
#' Diamaguene commune border map
#'
#' @format A SpatialPolygonsDataFrame of Diamaguene commune border map.
#'
#' @source Valid International
#'
#
################################################################################
"diamaguene"


################################################################################
#
#' Child and youth-relevant locations in Diamaguene commune in Dakar, Senegal.
#'
#' @format A data.frame with 40 rows and 23 columns.
#'
#' @source Plan Denmark and Valid International Urban Youth Participatory
#'   Assessment
#'
#
################################################################################
"diamagueneLocations"
validmeasures/uypa documentation built on Nov. 5, 2019, 11:59 a.m.