Skip to content

Commit

Permalink
fix: add ggplot2 in example
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Sep 6, 2024
1 parent 47c09e3 commit 2ca5071
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion R/data_to_sf.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
#' @export
#'
#' @examples
#' # Attach the package ----
#' # Attach packages ----
#' library("forcis")
#' library("ggplot2")
#'
#' # Import example dataset ----
#' file_name <- system.file(file.path("extdata", "FORCIS_net_sample.csv"),
Expand Down
3 changes: 2 additions & 1 deletion man/data_to_sf.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ca5071

Please sign in to comment.