get_data_file | R Documentation |
This is a helper function of book "Analyzing Financial and Economic Data with R" by Marcelo S. Perlin. With this function you'll be able to read the tables used in the book using only the filenames.
get_data_file(name_dataset)
name_dataset |
Name of the dataset filename (see afedR_list_available_data for more details) |
A path to the data file
path_to_file <- afedR_get_data_file('grunfeld.csv')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.