diff --git a/R/scraper-cotahist.R b/R/scraper-cotahist.R index a71c75d..5bde05c 100644 --- a/R/scraper-cotahist.R +++ b/R/scraper-cotahist.R @@ -216,6 +216,16 @@ cotahist_filter_index_options <- function(x) { .filter_option_data(x, "IND") } +#' @rdname cotahist-extracts +#' @examples +#' \dontrun{ +#' df <- cotahist_get() |> cotahist_filter_etf_options() +#' } +#' @export +cotahist_filter_etf_options <- function(x) { + .filter_option_data(x, "CTF") +} + #' @rdname cotahist-extracts #' @examples #' \dontrun{