Nothing
#' @export
IP <- function(std_cons, A1, A1_s, AB1, Ao){
IP = ((std_cons/(A1-AB1))*A1_s) - (Ao + AB1)
return(IP)
}
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.