Learn R Programming

Thinknum (version 1.3.0)

Thinknum: Pulls Data from the Thinknum API

Description

using the API implemented here requires familiarity with Thinknum expressions. To find out more about Thinknum expressions go to www.thinknum.com/documentation

Usage

Thinknum(expression)

Arguments

expression
Thinknum expression specified as a string

Value

return value is a data.frame, the first column is a date, all other columns are numerics.

Details

For details on our API go to www.thinknum.com/API

References

This R package uses the Thinknum API. For more information go to http://www.thinknum.com/api.

Examples

Run this code
## Not run: 
# thinknumdata = Thinknum("total_revenue(goog)")
# ## End(Not run)

Run the code above in your browser using DataLab