Learn R Programming

holepunch (version 0.1.28.9000)

write_install: Write a install.R

Description

This function writes a list of packages to install one per line in the form of `install.package('package_name')`. The file is written to a hidden folder called `.binder/`.

Usage

write_install(path = ".")

Arguments

path

Path to project