Description Usage Arguments Value Examples
Create a data frame that it is available to export as a CSV file
1 |
file |
IDEAM file path or file name if it is on the working directory |
write |
If True a CSV file is returned to the working directory, otherwise only a data frame is shown |
outfile |
Outfile name that will be saved on the working directory |
a data frame or a CSV file
1 2 3 4 5 6 | # Retreive example dataset
Example_IDEAM <- system.file("extdata", "Example_IDEAM", package = "ideamdb")
# Create a temporal file
example.ideam.wide <- tempfile()
write.csv(IdeamWide(Example_IDEAM), file = example.ideam.wide)
read.csv(example.ideam.wide)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.