R/write_installer.R
write_install.Rd
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/`.
write_install(path = ".")
Path to project