badgeplacer: Place badges inside a readme.Rmd file

Description Usage Arguments Value

View source: R/packagechecks.R

Description

This is the main function to add badges to your readme.

Usage

1
2
badgeplacer(location = ".", status = "active", githubaccount = NULL,
  githubrepo = NULL, branch = NULL, name = "README.Rmd")

Arguments

location

folder where readme.rmd resides

status

one of: "concept", "wip", "suspended", "abandoned", "active", "inactive", or "unsupported"

githubaccount

your githubname

githubrepo

your githubrepositoryname

branch

master, develop, etc.

name

which file to place badges in, defaults to README.Rmd

Value

readme file with added badges


badgecreatr documentation built on May 2, 2019, 6:13 a.m.