View source: R/get_yoy_revenue_growth.R
get_yoy_revenue_growth | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_yoy_revenue_growth(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
YoY Rev. per Sh. Growth is the percentage change of Revenue per Share over the past twelve months
Input data.frame supplemented by the company's available Year-over-Year Revenue Per Share Growth data.
df <- data.frame('symbol' = 'AAPL') res <- get_yoy_revenue_growth(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.