knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
version <- as.vector(read.dcf('DESCRIPTION')[, 'Version']) version <- gsub('-', '.', version)
This package contains miscellaneous functions that I find useful.
You can install it from GitHub:
#install.packages("remotes") remotes::install_github("abichat/abutils")
create_reg_seq()
fetch_installed_packages()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.