get_tags: Retrieve hashtags and at_tags from text

View source: R/get_tags.R

get_tagsR Documentation

Retrieve hashtags and at_tags from text

Description

Returns a list of two tibbles - hashtags and at_tags. Index into the list with either $ syntax or []

Usage

get_tags(data, text_var = mention_content)

Arguments

data

Data frame or tibble object

text_var

Name of the text variable

Value

A list of two tibbles


jpcompartir/JPackage documentation built on March 20, 2023, 4 a.m.