Learn R Programming

magclass (version 4.39)

copy.magpie: Copy MAgPIE-files

Description

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')

Usage

copy.magpie(input_file, output_file)

Arguments

input_file

file, that should be copied

output_file

copy destination

See Also

read.magpie,write.magpie

Examples

Run this code
# NOT RUN {
# copy.magpie("bla.csv","blub.mz")

# }

Run the code above in your browser using DataLab