
Submit one or more requests to an authenticated LOBSTER account
Source:R/request.R
request_submit.RdSend the prepared request rows to lobsterdata.com using the authenticated
session contained in account_login. Each row in request is submitted
as a separate request. This function performs network side effects and
returns invisibly.
Arguments
- account_login
list Output from
account_login()that contains a successful authenticated session (valid == TRUE) and the submission response required for navigation.- request
data.frame A tibble as returned by
request_query()with columns: symbol, start_date, end_date, level.