import.table | R Documentation |
This function imports an external table into R.
import.table(directory)
directory |
the directory to the external table that should be imported into R |
This function imports an external table into R. It causes that only columns with integers or doubles are kept and works with .RData, .txt, .xls and .csv files as input.
the imported data table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.