topicality: Merge original data frame with scraped data Internal...

View source: R/topicality.R

topicalityR Documentation

Merge original data frame with scraped data Internal function. Merges data.frame resulting from web scraping to the data.frame provided as input of a respective function.

Description

Merge original data frame with scraped data

Internal function. Merges data.frame resulting from web scraping to the data.frame provided as input of a respective function.

Usage

topicality(table)

Arguments

table

Data.frame

Examples

df <- data.frame("symbol" = "STOCK", "eps_2016" = 99)
topicality(df)

OliverHennhoefer/quant documentation built on Sept. 18, 2022, 5:50 p.m.