rg.load {RGeostats}R Documentation

Upload a Dataset

Description

Upload a Dataset

Usage

rg.load(filename = NA, objname = NA, package="RGeostats",
        flag.overwrite = TRUE)

Arguments

filename

Name of the Dataset registrated in the package distribution.

objname

Name assigned to the Dataset in the current environment

package

This argument is used to produce the list of all the Datasets available for the given package, when the dataset 'filename' is not available.

flag.overwrite

When FALSE, the upload operation is interrupted if an object already exists with the same name as the argument 'objname'. When TRUE, the upload operation is performed even if an object already exists with the same name as the argument 'objname'.

Details

When this function ends correctly, the Dataset 'filename' (registered in the distribution) is uploaded and renamed as 'objname'.

Value

No returned value.


[Package RGeostats version 14.0.10 Index]