decorate: Convenience function to decorate existing functions

Description Usage Arguments

View source: R/decorators.R

Description

Convenience function to decorate existing functions

Usage

1
decorate(func, content_type = "text/html", strict_params = FALSE)

Arguments

func

the function to decorate

content_type

the content type to set on the response object

strict_params

if TRUE and not all parameters needed for func


Bart6114/jug documentation built on May 5, 2019, 10:26 a.m.