export: Export data

View source: R/export.R

exportR Documentation

Export data

Description

Exports data from a graph file. The getPointmap* functions are provided for convenience to export to temporary file and import to R directly.

Usage

export(graphFileIn, fileOut, exportType,
       cliPath = getDefaultCLILocation(), verbose = FALSE)

getPointmapData(graphFileIn, scale = 1,
       cliPath = getDefaultCLILocation(), verbose = FALSE)
getPointmapLinks(graphFileIn,
       cliPath = getDefaultCLILocation(), verbose = FALSE)
getPointmapDataAndLinks(graphFileIn, scale = 1,
       cliPath = getDefaultCLILocation(), verbose = FALSE)

getShapeGraph(graphFileIn,
       cliPath = getDefaultCLILocation(), verbose = FALSE)
getShapeGraphConnections(graphFileIn,
                         cliPath = getDefaultCLILocation(), verbose = FALSE)
getShapeGraphLinksUnlinks(graphFileIn,
                         cliPath = getDefaultCLILocation(), verbose = FALSE)

Arguments

graphFileIn

The input .graph file.

fileOut

The output file.

exportType

What to export. Available types are: "pointmap-data-csv", "pointmap-connections-csv", "pointmap-links-csv", "shapegraph-map-csv", "shapegraph-map-mif", "shapegraph-connections-csv" or "shapegraph-links-unlinks-csv".

scale

Provided for when importing a pointmap directly. Will scale the whole map.

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 Oct. 26, 2023, 7:40 a.m.