Skip to content

Commit

Permalink
read_habitatsprings(): return point_id & unit_id as integers
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Jan 22, 2024
1 parent 80fcfbb commit 72f8a18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions R/read_habitatdata.R
Original file line number Diff line number Diff line change
Expand Up @@ -1647,8 +1647,13 @@ read_habitatsprings <-
everything(),
-.data$validity_status,
-.data$sbz
) %>%
mutate(
point_id = as.integer(.data$point_id),
unit_id = as.integer(.data$unit_id)
)


if (version != "habitatsprings_2019v1") {
habitatsprings <-
habitatsprings %>%
Expand Down

0 comments on commit 72f8a18

Please sign in to comment.