Learn R Programming

The cookiecutter package for R makes it easy to create new projects and files based on templates. It can create directory structures and files, and customizes their contents based on predefined settings.

The package implements the core functionality of the excellent and much more flexible Python implementation, and complements the likewise fantastic usethis package that automates development steps within a project.


Usage

Copy Link

Version

Install

install.packages('cookiecutter')

Monthly Downloads

182

Version

0.1.0

License

Apache License (>= 2)

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 8th, 2023

Functions in cookiecutter (0.1.0)

bake

Fill a directory with files based on a cookiecutter template.
generate_files

Generate a new directory from a template, given a predefined context