<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<longdescription>
		Manipulate 'JSON' Data in the Browser with a 'dplyr' Interface //
		A 'dplyr' backend for 'shiny' applications that manipulates
		'JSON' data in the web browser instead of on the server. Data
		manipulation verbs such as filter, select, mutate, summarise,
		arrange, and joins are evaluated lazily and translated into
		'JavaScript' operations that run client-side, following the
		lazy evaluation approach of 'dbplyr' but generating
		'JavaScript' rather than 'SQL'. Results are returned to R
		asynchronously as promises. This keeps data wrangling
		responsive for large data frames by offloading the work to the
		client.
	</longdescription>
</pkgmetadata>
