data-raw/unique_tickers_WRDS_txt.R

# Write the tickers into a .txt file to directly upload into WRDS
new_data <- write.table(unique_tickers, "/Users/johngilheany/downloads/unique_tickers.txt",
												sep="\t", col.names = FALSE, row.names = FALSE, quote = FALSE)
johngil/gilheany.thesis documentation built on May 8, 2019, 7:48 p.m.