Last data update: 2014.03.03

R: Convenience function to decorate existing functions
decorateR Documentation

Convenience function to decorate existing functions

Description

Convenience function to decorate existing functions

Usage

decorate(func, content_type = "text/html")

Arguments

func

the function to decorate

content_type

the content type to set on the response object

Results