raw_html_to_r: converts raw html to an r function using withTags

View source: R/raw_html_to_r.R

raw_html_to_rR Documentation

converts raw html to an r function using withTags

Description

converts raw html to an r function using withTags

Usage

raw_html_to_r(raw_html, length_of_param = 30)

Arguments

raw_html

character vector of html text

length_of_param

length of original input to use as placeholder

Value

html function template copied to clipboard

Examples

raw_html_to_r('<div class="card" style="max-width: 18rem;"><p style="color-red;">text</p></div>', length_of_param = -1)

zac-garland/zgtools documentation built on July 9, 2022, 3:44 a.m.