powered by
Scans a local README (Markdown) and returns badge image URLs.
list_badges(path)
data.frame with badge info
Character scalar; path to a local README file (e.g., "README.md").
if (FALSE) { tmp <- tempfile(fileext = ".md") writeLines(c( "# MyPkg", "", "" ), tmp) out <- list_badges(tmp) print(out) }
Run the code above in your browser using DataLab