#' @rdname giving
#' @export
gave_to_fund_type <- function(..., at_least = 0.01, from = NULL,
to = NULL) {
types <- prep_dots(...)
reroute(gave_to_fund_type_(types, at_least = at_least,
from = from, to = to))
}
gave_to_fund_type_ <- function(types, at_least = 0.01, from = NULL, to = NULL) {
funds <- fund_type_(types)
gave_to_fund(funds, at_least = at_least, from = from, to = to)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.