Skip to content

Commit

Permalink
Modify ojo_eviction_cases.R description
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyokc committed Jul 31, 2024
1 parent c7cf1ba commit 6e452ba
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
4 changes: 4 additions & 0 deletions R/ojo_eviction_cases.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,12 @@
#' be updated to reflect those changes.
#'
#' @param district District code for which to collect data (default is NA, which collects data for all districts)
#' @param ... Placeholder for additional arguments
#' @param date_start Start date for the data collection period
#' @param date_end End date for the data collection period (default is NULL, which collects the most up-to-date data)
#' @param more_case_variables Additional variables from case table to include in the output
#' @param more_issue_variables Additional variables from issue table to include in the output
#' @param get_judgments Logical value indicating whether to include eviction judgment information in the output
#'
#' @importFrom dplyr filter select left_join mutate case_when
#' @importFrom stringr str_detect
Expand Down
1 change: 1 addition & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ reference:
contents:
- ojo_civ_cases
- ojo_crim_cases
- ojo_eviction_cases
- ojo_add_counts
- ojo_add_minutes
- ojo_add_issues
Expand Down
16 changes: 14 additions & 2 deletions man/ojo_eviction_cases.Rd

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

0 comments on commit 6e452ba

Please sign in to comment.