View source: R/request_handler_handler.R
| request_handler_handler | R Documentation | 
Helper function to handle robotstxt handlers.
request_handler_handler(request, handler, res, info = TRUE, warn = TRUE)
request | 
 the request object returned by call to httr::GET()  | 
handler | 
 the handler either a character string entailing various options or a function producing a specific list, see return.  | 
res | 
 a list a list with elements '[handler names], ...', 'rtxt', and 'cache'  | 
info | 
 info to add to problems list  | 
warn | 
 if FALSE warnings and messages are suppressed  | 
a list with elements '[handler name]', 'rtxt', and 'cache'
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.