knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of add2blog is to help you build some materials like wall paper for your blog website !
You can install the released version of add2blog from Github with:
devtools::install_github('JiaxiangBU/add2blog')
library(add2blog)
library(tidyverse)
png2gif( path = file.path('../','inst') ,input_like = 'reprex' ,output_name = 'reprex201811061210.gif' )
library(add2blog) digit_plot( digit_raw='lijiaxiang' ,img_path=here::here('inst','pic','lijiaxiang.png') ,resize = 0.15 ,bin = 0.4 ,digit_size = 4 ,alpha = 0.8 ) # ggsave(here::here('inst','pic','lijiaxiang_digit.png'))
knitr::include_graphics('inst/pic/lijiaxiang_digit.png')
See the vignettes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.