R/socket.R

Defines functions server

Documented in server

#' 1.2 socket
#' 
#' Returns a row with the latest price for a given stock.
#' 
#' @param text source code of R. Required.
#' @return ggplot object.
#' @export
#' 

server <- function(){
  return(TRUE)
}
kruny1001/rRemoteSDSU documentation built on May 20, 2019, 6:42 p.m.