civis_table: A table in the Civis Platform

Description Usage Arguments Value

View source: R/civis_ml.R

Description

Use civis_table to use a table in the Civis Platform with civis_ml.

Usage

1
2
3
4
5
6
civis_table(
  table_name,
  database_name = NULL,
  sql_where = NULL,
  sql_limit = NULL
)

Arguments

table_name

The table name, as "schema.table".

database_name

The name of the database holding table_name.

sql_where

A SQL WHERE clause used to scope the rows of the training or prediction table. Note, the WHERE keyword is added at runtime.

sql_limit

A SQL_LIMIT clause for querying the training or prediction set. Note, the LIMIT keyword is added at runtime.

Value

A civis_table.


civisanalytics/civis-r documentation built on June 27, 2020, 7:25 a.m.