convert_ntf: convert recursively NULL, TRUE, FALSE to Python equivalents...

Description Usage Arguments Author(s) Examples

View source: R/helper_funs.R

Description

convert recursively NULL, TRUE, FALSE to Python equivalents None, True, False

Usage

1

Arguments

params

A parameter-argument list as returned by get_args_man() or pass_args().

Author(s)

Jannes Muenchow

Examples

1
2
3
4
5
6
7
8
9
## Not run: 
library("RQGIS3")
params = get_args_man("native:centroids")
convert_ntf(params)
# and just to show that it also works recursively
params$INPUT = list("None", "None")
convert_ntf(params)

## End(Not run)

jannes-m/RQGIS3 documentation built on Oct. 12, 2020, 7:28 a.m.