#' String of current time
#'
#' These functions gives the current time
#' @keywords time
#' @export
#' @examples
#'
plogp<-function(x){
out=x*log(x)
out[x==0]=rep(0,sum(x==0))
if(any(x<0) ){out="error"}
out
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.