Skip to content

Commit

Permalink
Rename individualSpeed
Browse files Browse the repository at this point in the history
  • Loading branch information
damianooldoni committed Jun 27, 2023
1 parent 6aabe92 commit 5497f1f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions R/read_camtrap_dp.R
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,10 @@ read_camtrap_dp <- function(file = NULL,
observations <- observations %>%
dplyr::mutate("_id" = NA)
}
if ("individualSpeed" %in% names(observations)) {
observations <- observations %>%
dplyr::rename(speed = "individualSpeed")
}
}

if (version == "0.1.6"){
Expand Down

0 comments on commit 5497f1f

Please sign in to comment.