README.md

templates

A library for generating template files for making the templates more focused and fun, without finding for template files.

Installation

if (!require(remotes)) { install.packages("remotes") }
  remotes::install_github("lifebit-ai/templates")

Usage

Load library

library(templates)

Create a Dockefile template

create_dockerfile()

Create a paramterised R-scritp template

create_R_script()

Create a paramterised Python-scritp template

create_python_script()

License

MIT © Lifebit



lifebit-ai/templates documentation built on Dec. 21, 2021, 10:47 a.m.