Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.04 KB

README.md

File metadata and controls

23 lines (16 loc) · 1.04 KB

learning-r

WARNING

⚠️ Explore at your own risk... I am one step above clueless when it comes to R!

General R Resources

R For Data Science

Empirical Research in Accounting: Tools and Methods

WRDS Resources

WRDS has fantastic resources to get started using R with their data.

R: From Your Computer (RStudio)
Explains how to install and configure RStudio to connect to WRDS.

Querying WRDS Data using R
Explains how to run SQL queries to:

  • list available tables in WRDS,
  • see the columns in a particular table,
  • pull data from a particular table, and
  • join multiple tables.