db.read.format {RGeostats} | R Documentation |
Load the contents of a specific file into a Db file
db.read.format(file, mode="bmp", db=NA, verbose = 0, xwell=0, ywell=0, cwell=1, flag.header=TRUE, nskip=0, sep = ",", dec=".", na.string = "NA", ncol.max=-1, nrow.max=-1, radix = NA, modify.target = db.locmod())
file |
Name of the ASCII file containing the information according to a specific format |
mode |
Specific format which can be read:
|
db |
If provided, the contents of the file is added to the already
existing |
xwell,ywell,cwell |
Information used when reading data according to LAS format |
verbose |
Verbose option |
flag.header |
When TRUE, te first line of the file contains the names of the variables (used when mode=CSV) |
nskip |
Number of lines to be skipped (used when mode=CSV) |
sep |
Character used as the column separator (used when mode=CSV) |
dec |
Character used as the decimla symbol (used when mode=CSV) |
na.string |
Character string used for missing information (used when mode=CSV) |
ncol.max |
When reading a CSV file, you can limitate the number of columns to be read per line. |
nrow.max |
When reading a CSV file, you can limitate the number of rows to be read. |
radix |
Name given to the new variable stored in the target Db. |
modify.target |
Decides whether or not the newly created variables will have their
locator defined or not. For more information, see |
A db-class
organized as a grid (or as a set of points for
the "LAS" format)