.create_logical_track_filter | R Documentation |
This function is mostly for internal use. Please create a filter using emr_filter.create
.
.create_logical_track_filter(
ltrack,
filter = NULL,
filter_name = NULL,
env = parent.frame()
)
ltrack |
name of logical track |
filter |
existing filter (the new filter would be added) |
filter_name |
name for the new filter (optional) |
env |
environment for the new filter (optional) |
a string with the logical track filter (i.e. filter for the values of the original track), added (with '&' operator) to the original filter (if exists).
.create_logical_track_filter("logical_track")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.