split.hashtags: Split up hashtags

Description Usage Arguments Value

Description

A function to split up hashtags - but only in cases where the words are separated with Capitalizations. Hashtags often contain important semantic information - which we want to extract rather than leaving them as (sparsely occurring) strings of several words combined without spaces.

Usage

1
2
## S3 method for class 'hashtags'
split(x)

Arguments

x

vector containing one or more strings (i.e. length is equal to or greater than 1)

Value

vector with hashtags separated


bvidgen/tc documentation built on May 9, 2019, 2:21 a.m.