copy.magpie | R Documentation |
This function copies MAgPIE-files from one location to another. During the copying it is also possible to change the file type (e.g. from 'mz' to 'csv')
copy.magpie(input_file, output_file, round = NULL)
input_file |
file, that should be copied |
output_file |
copy destination |
round |
number of digits the values should be rounded. NULL means no rounding |
Jan Philipp Dietrich
read.magpie
,write.magpie
# copy.magpie("bla.csv","blub.mz")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.