auto_discover | R Documentation |
create a signal with the Auto Discover feature
auto_discover(
token,
geo_grain,
date_grain,
filename = NULL,
df = NULL,
create_custom_features = 1,
callback_url = NULL
)
token |
User access token |
geo_grain |
Geo grain of upload, "State" or "Country" |
date_grain |
Date grain of upload, "Day" or "Month" |
filename |
Filename of .CSV or .XLS with "Date", "Value", "State"
(if geo_grain=State) columns. Not to be used with |
df |
DataFrame with "Date", "Value", "State" (if geo_grain=State).
Not to be used with |
create_custom_features |
Flag for custom feature creation. 0 or 1, defaults to 1 |
callback_url |
Callback URL for notifications |
HTTP response
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.