inst/doc/FAQ.R

## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>"
)

library(sdcLog)

user_options <- options()

## ----eval=FALSE---------------------------------------------------------------
#  file_connection <- file("path/to/my/log", open = "w")

## ----reset options, include=FALSE---------------------------------------------
options(user_options)

Try the sdcLog package in your browser

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

sdcLog documentation built on March 20, 2022, 1:06 a.m.