Learn R Programming

getwiki (version 0.9.0)

clean_wiki: Clean Your Wiki

Description

This function accepts a string and removes new line indentations and html tags with regex

Usage

clean_wiki(string)

Arguments

string

The string to be cleaned

Examples

Run this code
# NOT RUN {
clean_wiki("<p>some text</p>")
# }

Run the code above in your browser using DataLab