R/read_vp_flow_data.R

Defines functions read_vp_flow_data

Documented in read_vp_flow_data

#' Read vp_flow data
#'
#' @return a tibble
#'
#' @importFrom here here
#' @importFrom qs qread
#'
#' @export
#'
read_vp_flow_data <- function() {

  here::here("inst", "extdata", "virtual-pollinators-flow.qs") %>%
    qs::qread()

}
virtual-pollination-trade/virtual-biotic-pollination-flow documentation built on May 3, 2021, 4:40 p.m.