Description Usage Arguments Examples
View source: R/press_releases.R
Get press releases
1 2 3 4 5 6 | press_releases(
symbol,
from = lubridate::today() - 365,
to = lubridate::today(),
...
)
|
symbol |
Cryptocurrency symbol |
from |
Begin date |
to |
End date |
1 2 | press_releases('NVDA')
press_releases('NVDA', from = lubridate::today()-7, to = lubridate::today())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.