Thinknum: Pulls Data from the Thinknum API

Description Usage Arguments Details Value Author(s) References Examples

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

1

Arguments

expression

Thinknum expression specified as a string

Details

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

Value

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

Author(s)

Gregory

References

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

Examples

1
2
3
4
## Not run: 
thinknumdata = Thinknum("total_revenue(goog)")

## End(Not run)

Thinknum documentation built on May 2, 2019, 1:41 p.m.