safe_download: safe_download

View source: R/utils.R

safe_downloadR Documentation

safe_download

Description

safe_download

Usage

safe_download(vector, proto_function, ...)

Arguments

vector

A vector of things to be iterated over. Ex. ticker = c("AAPL", "MSFT")

proto_function

A function that needs to run safely and not stop at errors.

...

Any other parameters that the proto_function accepts.

Value

Dataframe with errors as attributes.


Ljupch0/yfinance documentation built on July 27, 2023, 7:12 p.m.