check_draw_ellipsis: Checks for undesired arguments in ellipsis in $draw_leafdown...

View source: R/check-helpers.R

check_draw_ellipsisR Documentation

Checks for undesired arguments in ellipsis in $draw_leafdown method

Description

Checks arguments in ellipsis for undesired inputs such as 'layerId' which may collide with internal structure of leafdown and returns a "cleaned" version of the arguments by removing or redefining problematic inputs. e.g. 'layerId' is removed from arg_list when set.

Usage

check_draw_ellipsis(...)

Arguments

...

Additional arguments given to leaflet::addPolygons

Value

List containing arguments in ... as elements


leafdown documentation built on Sept. 19, 2022, 9:05 a.m.