add_meta_to_filename | R Documentation |
Note that if date and exchange information are already present, they are overwritten
add_meta_to_filename(file, date, exchange)
file |
the filename |
date |
the date as a date-class or as a string that is understood by
|
exchange |
the name of the exchange |
the filename with exchanged or added date and exchange information
add_meta_to_filename("03302017.NASDAQ_ITCH50", "2010-12-24", "TEST")
add_meta_to_filename("20170130.BX_ITCH_50.gz", "2010-12-24", "TEST")
add_meta_to_filename("S030220-v50-bx.txt.gz", "2010-12-24", "TEST")
add_meta_to_filename("unknown_file.ITCH_50", "2010-12-24", "TEST")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.