Learn R Programming

usethat

usethat

Overview

Automate analytic project setup tasks that are otherwise performed manually. This includes setting up docker, spinning up a microservice, and more.

Installation

You can install usethat by using:

install.packages("remotes")
remotes::install_github("tidylab/usethat")

Copy Link

Version

Install

install.packages('usethat')

Monthly Downloads

6

Version

0.3.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Harel Lustiger

Last Published

September 20th, 2021

Functions in usethat (0.3.0)

%>%

Forward pipe operator
use_microservice

Use a plumber Microservice in an R Project
use_na

Use NA of different classes in your project
use_pipes

Use different pipes in your package
add_service

Add a Service Route to the Microservice
usethat-package

usethat: Automate Analytic Project Setup and Development