Learn R Programming

plumbertableau (version 0.1.1)

check_route: Checks a Plumber route for Tableau compliance

Description

Checks a route to ensure that it accepts POST requests and uses the default JSON parser and serializer.

Usage

check_route(route)

Value

Provides warnings based on features of route

Arguments

route

A plumber route