build_element: Append tags before and after elements in a string array

View source: R/csv_to_html.R

build_elementR Documentation

Append tags before and after elements in a string array

Description

Typically used to convert raw data into html elements

Usage

build_element(s, pre, post, skipEmpty = TRUE)

Arguments

s

string array used as input

pre

string with tags to append before s

post

string with tags to append after s

skipEmpty

logical

Value

string array with added tags

Examples

str_result = build_element(c('hello','world'),'<<', '>>')


capelastegui/sfrpg documentation built on June 13, 2022, 1:38 a.m.