README.md

webtools

R-Universe GitHub
R package
version GitHub Project Status: Active – The project has reached a stable, usable
state and is being actively
developed. Codecov test
coverage R-CMD-check

Webtools is a set of utilities to build APIs, web applications, and other web services in R. It is primarily based on {fiery} as the main backend web framework.

Installation

This package is available from my R Universe.

install.packages("webtools", repos = "https://tjpalanca.r-universe.dev")

Features

Getting Started

The starting point is the App object. This contains the base for the webserver. Afterwards, you can attach some plugins for specific functionality.

Application Plugins

We add subclasses of the main App class for different types of applications:

Related Work



tjpalanca/webtools documentation built on Dec. 23, 2021, 11 a.m.