Skip to content

Commit

Permalink
try nested var documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
aspina7 committed Sep 5, 2024
1 parent ccb0315 commit 8975f8f
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 11 deletions.
25 changes: 14 additions & 11 deletions R/sitrep_surveys_doc.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,21 @@
#' @format Two data frames, 'Mortality Survey' with 424 rows and 16 columns, and
#' 'hh_member' with 2874 rows and 24 columns:
#'
#' \strong{Mortality Survey}
#' \describe{
#' \item{variable1}{Description of variable1}
#' \item{variable2}{Description of variable2}
#' # Add more variables as needed
#' }
#'
#' \strong{hh_member}
#' \describe{
#' \item{variable1}{Description of variable1}
#' \item{variable2}{Description of variable2}
#' # Add more variables as needed
#' \item{Mortality Survey}{A data frame with 424 rows and 16 columns:
#' \describe{
#' \item{variable1}{Description of variable1}
#' \item{variable2}{Description of variable2}
#' # Add more variables as needed
#' }
#' }
#' \item{hh_member}{A data frame with 2874 rows and 24 columns:
#' \describe{
#' \item{variable1}{Description of variable1}
#' \item{variable2}{Description of variable2}
#' # Add more variables as needed
#' }
#' }
#' }
#'
#' @docType data
Expand Down
17 changes: 17 additions & 0 deletions man/mortality_survey_data.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8975f8f

Please sign in to comment.