RLesur / crrri

A Chrome Remote Interface written in R
https://rlesur.github.io/crrri/
Other
157 stars 12 forks source link

add an option to deactivate chrome echo_cmd #63

Closed cderv closed 5 years ago

cderv commented 5 years ago

I think this is not required in all case and it would allow to deactivate echoing during test.

We are talking about this https://github.com/RLesur/crrri/blob/9337a19284655ebe08f2a839901adb62af4dc326/R/Chrome.R#L258

and not use TRUE but getOption("crrri.echo_cmd", TRUE) or a more generic crrri.verbose option.