auto_discover: Auto Discover

View source: R/readysignal.R

auto_discoverR Documentation

Auto Discover

Description

create a signal with the Auto Discover feature

Usage

auto_discover(
  token,
  geo_grain,
  date_grain,
  filename = NULL,
  df = NULL,
  create_custom_features = 1,
  callback_url = NULL
)

Arguments

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

df

DataFrame with "Date", "Value", "State" (if geo_grain=State). Not to be used with filename

create_custom_features

Flag for custom feature creation. 0 or 1, defaults to 1

callback_url

Callback URL for notifications

Value

HTTP response


readysignal documentation built on July 9, 2023, 7:02 p.m.