Learn R Programming

crunch (version 1.14.4)

toVariable: Generic method for converting objects to Crunch representations

Description

If you have other object types you wish to convert to Crunch variables, you can declare methods for toVariable

Usage

toVariable(x, ...)
"toVariable"(x, ...)
"toVariable"(x, ...)
"toVariable"(x, ...)
"toVariable"(x, ...)
"toVariable"(x, ...)
"toVariable"(x, ...)
"toVariable"(x, ...)
"toVariable"(x, ...)

Arguments

x
the object
...
additional arguments

Value

a list object suitable for POSTing to the Crunch API. See the API documentation for specifications.