Tools to Work with the 'Splash' JavaScript Rendering Service in R
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

34 wiersze
854 B

7 lat temu
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/dsl.R
7 lat temu
\name{splash_response_body}
\alias{splash_response_body}
\title{Enable or disable response content tracking.}
\usage{
splash_response_body(splash_obj, enable = FALSE)
}
\arguments{
\item{splash_obj}{splashr object}
\item{enable}{logical}
}
\description{
By default Splash doesn’t keep bodies of each response in memory, for efficiency reasons.
}
\examples{
\dontrun{
splash_local \%>\%
splash_response_body(TRUE) \%>\%
7 lat temu
splash_user_agent(ua_macos_chrome) \%>\%
7 lat temu
splash_go("https://rud.is/b") \%>\%
splash_wait(2) \%>\%
splash_har() -> rud_har
}
}
7 lat temu
\seealso{
Other splash_dsl_attributes: \code{\link{splash_enable_javascript}},
\code{\link{splash_images}},
\code{\link{splash_plugins}},
\code{\link{splash_private_mode}}
}
6 lat temu
\concept{splash_dsl_attributes}