R/bgd_msna.R

#' A subset of question responses from the 2019 Host Community MSNA in Bangladesh
#'
#' Data frame of responses with anonymized coordinates
#'
#' @format A data frame with 1374 rows and 15 variables:
#' \describe{
#'   \item{_uuid}{unique identifier}
#'   \item{informed_consent}{informed consent}
#'   \item{survey_date}{date of survey}
#'   \item{end_survey}{date of end of survey}
#'   \item{electricity_grid}{question about electricity grid}
#'   \item{solar_light}{question about solar light}
#'   \item{illness_HH_count}{repeat group calculation on # hh members with illness in past x days}
#'   \item{cooking_fuel/collected_firewood}{select multiple response - did HH collect firewood for cooking fuel}
#'   \item{income_source/agricultural_production_sale}{income source question - ariculture}
#'   \item{agricultural_land}{question on agricultural land}
#'   \item{employment_source/agricultural_casual}{employment source - ag}
#'   \item{employment_source/non_agricultural_casual}{employment source - non-ag}
#'   \item{employment_source/fishing}{employment source - fishing}
#'   \item{_gps_reading_longitude}{longitude - jittered/anonymized}
#'   \item{_gps_reading_latitude}{latitude - jittered/anonymized}
#'   ...
#' }
#' @return data frame
"bgd_msna"

Try the tidyrgee package in your browser

Any scripts or data that you put into this service are public.

tidyrgee documentation built on Sept. 15, 2022, 9:07 a.m.