Description Usage Arguments Author(s) Examples
convert recursively NULL, TRUE, FALSE to Python equivalents None, True, False
| 1 | convert_ntf(x)
 | 
| params | A parameter-argument list as returned by  | 
Jannes Muenchow
| 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)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.