filter_null {vegalite} | R Documentation |
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.
|
[Package
vegalite version 0.6.1
Index]