Nothing
      saa <-
function(status, tgoal){
   dfr = status -  tgoal 
   pc.tm = signif((status/tgoal)*100, 2)
   paste0("The current sales is ", pc.tm ,"% of target sales with a difference of: ", dfr)
 }
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.