Rdocumentation
powered by
Learn R Programming
vegalite (version 0.6.1)
filter_null: Filter 'null' values
Description
Whether to filter null values from the data.
Usage
filter_null(vl, setting = NULL)
Arguments
vl
Vega-Lite object created by
vegalite
setting
if
NULL
only quantitative and temporal fields are filtered. If
TRUE
, all data items with 'null' values are filtered. If
FALSE
, all data items are included.