re functions, execute loops.
Probably need way to handle datasets.
=item Remove JavaScript-ness
JSON and what not are probably not needed.
=item Document Way To Feed The Script To "R"
=back
=head
served.
package R::Writer::Encoder;
use strict;
use warnings;
use JSON::XS (); # XXX - Remove this in the future?
our $CODER = JSON::XS->new->allow_nonref;
sub new { bless \my $c, shift }
sub en