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
)HTTP response
User access token
Geo grain of upload, "State" or "Country"
Date grain of upload, "Day" or "Month"
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 filename
Flag for custom feature creation. 0 or 1, defaults to 1
Callback URL for notifications