Tools to Work with the 'Splash' JavaScript Rendering Service in R
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
554 B

% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/splashr.r
\name{splash_version}
\alias{splash_version}
\title{Get Splash version information}
\usage{
splash_version(splash_obj = splash_local)
}
\arguments{
\item{splash_obj}{A splash connection object}
}
\description{
Get Splash version information
}
\examples{
\dontrun{
sp <- splash()
splash_version(sp)
}
}
\seealso{
Other splash_info_functions: \code{\link{splash_active}},
\code{\link{splash_debug}}, \code{\link{splash_history}},
\code{\link{splash_perf_stats}}
}