makeURL: Data Project: How could social media news influence the stock...

Description Usage Arguments Examples

View source: R/makeURL.R

Description

The fluctuation in the stock market can be reflected and predicted through the most updated news. This project takes news data as an illustration. Specifically, our goal is to find a method to collect and combine both sturctured (numerical) data from Yahoo Finance and unsturctured (text) data from NY Times together by web scraping data from APIs and further text cleaning.

Usage

1
makeURL(begin_year, begin_month, end_year, end_month)

Arguments

begin_year

The starting year of article data collections

begin_month

The starting month of article data collections

end_year

The ending year of article data collections

end_month

The ending month of article data collections

Examples

1
makeURL(2000, 1, 2006, 3)

zj2213/NYTimesArticleStock documentation built on Jan. 6, 2021, 11:51 p.m.