Skip to contents

Modifies named fields of the current session config. Only the fields you specify are changed; others are preserved.

Usage

pg_set_config(...)

Arguments

...

Named arguments matching pg_config() parameters.

Value

The updated pg_config object (invisibly).

Examples

pg_set_config(nrow = 180, ncol = 360)
pg_current_config()$nrow
#> [1] 180