Nothing
#' Title
#'
#' @param a, b,c parameters
#' @examples f(7, 8,9)
f = function(a,b=3, c = 4) {
b=2
q = c(1, 2,3)
w = c( 1, 2, 3,5)#c(4,5 ,6 ,7)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.