clean_wiki {getwiki}R Documentation

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

clean_wiki("<p>some text</p>")

[Package getwiki version 0.9.0 Index]