Use civis_table
to use a table in the Civis Platform with
civis_ml.
civis_table(
table_name,
database_name = NULL,
sql_where = NULL,
sql_limit = NULL
)
A civis_table
.
The table name, as "schema.table"
.
The name of the database holding table_name
.
A SQL WHERE
clause used to scope the rows of the
training or prediction table. Note, the WHERE
keyword is added at
runtime.
A SQL_LIMIT
clause for querying the training or
prediction set. Note, the LIMIT
keyword is added at runtime.