Skip to content

Commit

Permalink
Merge pull request #180 from inbo/habspring
Browse files Browse the repository at this point in the history
read_habitatsprings(): return point_id & unit_id as integers
  • Loading branch information
florisvdh authored Jan 23, 2024
2 parents 80fcfbb + 72f8a18 commit d08bfa0
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 d08bfa0

Please sign in to comment.