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/stock-fundamentals-webscraper documentation built on Sept. 15, 2022, 4:22 a.m.