arrange                 Arrange rows of 'JSON' data by column values.
collect                 Retrieve 'JSON' data from the browser.
compute                 Compute 'JSON' data in the browser.
copy_to.ShinySession    Copy a local or remote data frame to the
                        browser
count                   Count observations in 'JSON' data.
distinct                Keep distinct records of 'JSON' data.
filter                  Add filter to 'JSON' data.
group_by                Group 'JSON' data by one or more columns.
include_jsplyr          Link JS code.
joins                   Join two 'JSON' tables.
mutate                  Add or modify columns in 'JSON' data.
pull                    Extract a single column from 'JSON' data as a
                        vector.
relocate                Change column order of 'JSON' data.
rename                  Rename columns of 'JSON' data.
select                  Select columns from 'JSON' data.
show_query              Present computation steps.
slice                   Select rows of 'JSON' data by position.
summarise               Summarise 'JSON' data.
tbl_lazy_json           Create a lazy JSON tbl
ungroup                 Remove grouping from 'JSON' data.
