civis_table {civis} | R Documentation |
A table in the Civis Platform
Description
Use civis_table
to use a table in the Civis Platform with
civis_ml.
Usage
civis_table(
table_name,
database_name = NULL,
sql_where = NULL,
sql_limit = NULL
)
Arguments
table_name |
The table name, as |
database_name |
The name of the database holding |
sql_where |
A |
sql_limit |
A |
Value
A civis_table
.
[Package civis version 3.1.2 Index]