Skip to contents

Searches for hashtags in the content column of a data.table and assigns them to the tags column.

Usage

extract_tags(blocks)

Arguments

blocks

A data.table containing blocks with a content column.

Value

The updated blocks data.table with tags extracted and added to the tags column.