Creates a README.md file containing the structure of the repository and a footer

create_readme(repo = "Repository")

Arguments

repo

(character) The repository name, or any other title, defaults to 'Repository'

Examples

if (FALSE) { create_readme() # Creates a readme file }