Skip to content

Commit 3a73b69

Browse files
committed
fix pp_cpu_2
1 parent fcc4b25 commit 3a73b69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/mod_resp_curv_plot_species.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ rc_plot_species <- function(
7272
include_backtrace = TRUE)
7373
}
7474

75-
sp_summary <- readr::read_csv(
76-
file = sp_summary, show_col_types = FALSE, progress = FALSE) %>%
75+
sp_summary <- ecokit::load_as(sp_summary) %>%
7776
dplyr::select(tidyselect::all_of(c("ias_id", "n_cells_naturalized"))) %>%
7877
dplyr::rename(n_cells = n_cells_naturalized)
7978

0 commit comments

Comments
 (0)