html2Rmd: transfer html with R trunks into Rmd using pandoc

Description Usage Arguments Value Examples

Description

transfer html with R trunks into Rmd using pandoc

Usage

1
html2Rmd(url, content_node, encodes = "utf-8")

Arguments

url

the url

content_node

the main article node

encode

the page's encoding

Value

greeting

Examples

1
2
url <- "https://www.brodrigues.co/blog/2018-12-27-fun_gganimate/#"
html2Rmd(url,content_node = "div.col-lg-9")

Gabegit/gmtools documentation built on May 6, 2019, 5:32 p.m.