cooladataConnection: Cooladata Connection

Description Usage Arguments Value Examples

Description

This function creates a connection to Cooladata. The connection can be used to run CQL queries. The function requires Cooladata developer token in your home repository. The token should be stored in ~/.cooladatatoken

Usage

1
cooladataConnection(project_id)

Arguments

project_id

the internal Cooladata ID of the evironment where to execute the query.

Value

the function returns the connection that takes query string as an argument and return a data frame

Examples

1
2
cooladata <- cooladataConnection(123456)
cooladata("SELECT event_name FROM cooladata WHERE date_range(last 7 days)  limit 10")

rafalszota/RCooladata documentation built on May 26, 2019, 9:51 p.m.