filter_null: Filter 'null' values

Description Usage Arguments

View source: R/transform.r

Description

Whether to filter null values from the data.

Usage

1
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.


vegalite documentation built on May 2, 2019, 10:46 a.m.