renv_snapshot: Create a snapshot of the R environment for the post

Description Usage Arguments Value

View source: R/renv.R

Description

Create a snapshot of the R environment for the post

Usage

1
2
3
4
5
6
7
renv_snapshot(
  name,
  collection = "posts",
  type = "implicit",
  prompt = FALSE,
  ...
)

Arguments

name

The folder in which the article is located

collection

The collection the article belongs to (default = "posts")

type

Type of snapshot to take (defaults to "implicit")

prompt

Prompt user?

...

Arguments to be passed to renv::snapshot()

Value

???


djnavarro/refinery documentation built on Dec. 20, 2021, 12:05 a.m.