| set_transposed | R Documentation |
This enables transposition of years to variables. Note that this only applies to single-variable queries.
set_transposed(session, value)
session |
A valid GDL session object to interface with. |
value |
Turn transposition on (TRUE) or off (FALSE). |
An amended GDL session object.
## Not run:
# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
session <- set_transposed(session, TRUE)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.