Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Aug 23, 2024
1 parent 4345972 commit 6cf8f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/preprocess-metadata-tables.R
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ pt_validate_habitat <- function(x) {
}

pt_validate_vessels_stats <- function(vessels_stats_table) {
metadata_tables$fishing_vessel_statistics %>%
vessels_stats_table %>%
tidyr::separate(.data$boat_numbers,
into = c("reporting_region", "type", NA),
sep = "([|])"
Expand Down

0 comments on commit 6cf8f70

Please sign in to comment.