Skip to content

Commit

Permalink
replace spaces with _ in HR2 file name
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisholbrook committed Aug 29, 2024
1 parent 3ca44ce commit d3e8b4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/load-read_vdat_csv.r
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
#' vrl_files <- system.file("extdata", "detection_files_raw",
#' c(
#' "VR2W_109924_20110718_1.vrl",
#' "HR2-180 461396 2021-04-20 173145.vdat"
#' "HR2-180_461396_2021-04-20_173145.vdat"
#' ),
#' package = "glatos"
#' )
Expand Down
2 changes: 1 addition & 1 deletion man/read_vdat_csv.Rd

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

0 comments on commit d3e8b4e

Please sign in to comment.