Learn R Programming

rjazz (version 0.1.7)

Official Client for 'Jazz'

Description

This is the official 'Jazz' client. 'Jazz' is a lightweight modular data processing framework, including a web server. It provides data persistence and computation capabilities accessible from 'R' and 'Python' and also through a REST API. See ?rjazz::rjazz to get a 'Jazz' server.

Copy Link

Version

Install

install.packages('rjazz')

Monthly Downloads

15

Version

0.1.7

License

Apache License (== 2.0)

Maintainer

Santiago Basaldua

Last Published

March 21st, 2018

Functions in rjazz (0.1.7)

create_error_page

Customize the error pages on the server
delete_source

Delete a source on the server
create_web_resource

High level create a new association of an url from an object
delete_web_source

Remove a complete web source for the server's "www" source
delete_block

Delete a block on the server
get_R_block

Read a data block as an R object
get_block_attributes

Get the (header) attributes of a block
get_block_as_string

Get a data block as an R string
get_raw_block

Generic (low level) GET call to a block in the block API
put_raw_block

Write a raw object or a string as a block.
set_jazz_host

Set the name of the Jazz server to avoid passing it in all function calls
get_server_version

Get the version of the Jazz server
type_const

A set of server constants stored in a list
rjazz-package

Official Client for Jazz
put_strings_as_block

Write a vector of strings as a data block
license

BBVA - Jazz: A lightweight analytical web server for data-driven applications - R client.
set_compatible_data_type

Change the type of a data block to a binary compatible type
put_R_block

Write an R object as a data block
put_block_flags

Write flags into a block's header
list_sources

List all the sources on the Jazz server
list_web_sources

List all the web sources on the Jazz server
new_key

Create a key for a new block using a RNG
notice

BBVA - Jazz: A lightweight analytical web server for data-driven applications - R client.
create_block_seq

Create a data block in the server with a simple linear sequence
create_source

Create a new source on the server
create_block_rep

Create a data block in the server by repeating a value a number of times