dear Researchers,

I am writing a function to improve my skills in R and make more elegant code
but I need a simple suggestion, because I am looking libraries to learn the
right syntax.
Is It correct to name the input file "Input" (with uppercase i) and Output
file "Output" or "filename"?

thanks Gianni


data2shp <- function(
        Input,
        Output,
        coord.X,
        coord.Y,
        Projection,
        Height
) ...................................

        [[alternative HTML version deleted]]

_______________________________________________
R-sig-Geo mailing list
R-sig-Geo@stat.math.ethz.ch
https://stat.ethz.ch/mailman/listinfo/r-sig-geo

Reply via email to