Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Jul 29, 2024
1 parent e2513d3 commit aac093a
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
5 changes: 4 additions & 1 deletion R/opsnap.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@
#' @export
#' @examples
#' if (FALSE) {
#' u = "https://www.westyorkshire.police.uk/sites/default/files/2023-10/operation_snap_july-sept_2023.xlsx"
#' u = paste0(
#' "https://www.westyorkshire.police.uk/sites/default/files/",
#' "2023-10/operation_snap_july-sept_2023.xlsx"
#' )
#' download_and_read(, dir = ".")
#' }
download_and_read = function(u, remove_nas = FALSE, dir = "raw_data/west-yorkshire") {
Expand Down
5 changes: 4 additions & 1 deletion man/download_and_read.Rd

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

21 changes: 21 additions & 0 deletions man/get_cjs_codes.Rd

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

0 comments on commit aac093a

Please sign in to comment.