check_route {plumbertableau} | R Documentation |
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)
Arguments
route |
A plumber route |
Value
Provides warnings based on features of route
[Package plumbertableau version 0.1.1 Index]