Learn R Programming

SciencesPo (version 0.11.21)

outtags: Remove String Tags

Description

Clean up string tags

Usage

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.

encoding

UTF-8

See Also

accent.

Examples

Run this code
tags <- ('These tags should not be here & # a  .')

outtags(tags)

Run the code above in your browser using DataLab