R/arrayRtoJSON.R

Defines functions arrayRtoJSON

arrayRtoJSON <- function(
  Rarray
  ) {
  str = paste(Rarray, collapse="\",\"")
  str = paste("[\"", str, "\"]", sep="")
  str
}

Try the RMixpanel package in your browser

Any scripts or data that you put into this service are public.

RMixpanel documentation built on May 1, 2019, 10:46 p.m.