set_interpolation {gdldata} | R Documentation |
Set interpolation state
Description
Turns interpolation on (T) or off (F).
Usage
set_interpolation(session, state)
Arguments
session |
A valid GDL session object to interface with. |
state |
Whether or not to use interpolation (boolean) |
Value
An amended GDL session object.
Examples
## Not run:
# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
session <- set_interpolation(session, TRUE)
## End(Not run)
[Package gdldata version 0.1 Index]