Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 457 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 457 Bytes

blogme

The goal of blogme is to streamline the creation and management of blogs using the Quarto framework.

Installation

You can install the development version of blogme like so:

# install.packages("devtools")
devtools::install_github("shaggycamel/blogme")

Example

This is a basic example which shows you how to solve a common problem:

library(blogme)
## basic example code