outtags: Remove String Tags

Description Usage Arguments Value Author(s) References See Also Examples

Description

Clean up string tags

Usage

1
outtags(x, tab = FALSE)

Arguments

x

is a vector or a data frame containing string tags.

tab

a logical value indicating whether tab spaces should be treated as extraneous characters.

Value

An object of the same type as x.

Author(s)

Daniel Marcelino

References

http://danielmarcelino.com/SciencePo

See Also

accent.

Examples

1
2
3
tags <- 'These tags should not be here & # a  .'

outtags(tags)

SciencePo documentation built on May 2, 2019, 5:53 p.m.