powered by
Create Markdown code for a cranlogs badge
cranlogs_badge(package_name, summary = c("last-month", "last-day", "last-week", "grand-total"), color = "blue")
name of the package
One of "last-day", "last-week", "last-month", "grand-total".
Either a hex color code or one of "brightgreen", "green", "yellowgreen", "yellow", "orange", "red", "lightgrey", "blue".
The string to be copy-pasted to the README source.
# NOT RUN { cranlogs_badge("praise") cranlogs_badge("praise", summary = "grand-total") cranlogs_badge("praise", summary = "last-week", color = "orange") cranlogs_badge("praise", color = "ff8c69") # }
Run the code above in your browser using DataLab