Skip to content

Commit

Permalink
fix: align output to docs
Browse files Browse the repository at this point in the history
Co-authored-by: Anna Krystalli <[email protected]>

Co-authored-by: Salvador Fernández Bejarano <[email protected]>
  • Loading branch information
maelle and salvafern committed Nov 25, 2024
1 parent 2944d25 commit f504287
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/emodnet_wfs.R
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.emodnet_wfs <- function() {
utils::read.csv(
data <- utils::read.csv(
system.file("services.csv", package = "emodnet.wfs"),
stringsAsFactors = FALSE
)
tibble::as_tibble(data)
}
#' Available EMODnet Web Feature Services
#'
Expand Down

0 comments on commit f504287

Please sign in to comment.