import: Import data into a graph file

View source: R/import.R

importR Documentation

Import data into a graph file

Description

Import data into a graph file. importLines specifically imports SpatialLines or SpatialLinesDataFrame objects.

Usage

import(filesToImport, graphFileOut, cliPath = getDefaultCLILocation(), verbose = FALSE)
importLines(linesIn, graphFileOut, cliPath = getDefaultCLILocation(), verbose = FALSE)

Arguments

filesToImport

A file to import. Currently CSV, TSV and DXF files are accepted

linesIn

A SpatialLines or SpatialLinesDataFrame object.

graphFileOut

The output graph file.

cliPath

Optional. Provide the path to a different CLI.

verbose

Optional. Show more information of the process.

Value

No value returned, process is between files.

Author(s)

Petros Koutsolampros Fani Kostourou


orange-vertex/rdepthmap documentation built on May 30, 2024, 5:40 p.m.