data_import | R Documentation |
This is a helper function of book "VisualizaĆ§Ć£o de dados com o R" by Marcelo S. Perlin. With this function you'll be able to read the tables used in the book using only file names.
data_import(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] df <- data_import(file_name) df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.