data_path | 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.
data_path(name_dataset)
name_dataset |
Name of the dataset filename (see data_list for more details) |
A path to the data file
file_name <- data_list()[1] path_to_file <- data_path(file_name) path_to_file
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.