Skip to contents

This enables transposition of years to variables. Note that this only applies to single-variable queries.

Usage

set_transposed(session, value)

Arguments

session

A valid GDL session object to interface with.

value

Turn transposition on (TRUE) or off (FALSE).

Value

An amended GDL session object.

Examples

# Create a session using your API token (provided by environment here)
session <- gdl_session(Sys.getenv('GDL_API_TOKEN'))
session <- set_transposed(session, TRUE)