loadSpatial | R Documentation |
Loads a spatial file prepared for actel and appends the Standard.name column. Additionally, performs a series of quality checks on the contents of the target file.
loadSpatial(input = "spatial.csv", section.order = NULL)
input |
Either a data frame or the name of an input file with spatial data in the actel format. |
section.order |
A vector containing the order by which sections should be aligned in the results. |
A data frame with the spatial information present in 'spatial.csv' and the Standard.name column.
# This function requires the presence of a file with spatial information
# Fetch location of actel's example files
aux <- system.file(package = "actel")[1]
# run loadSpatial on the temporary spatial.csv file
loadSpatial(input = paste0(aux, '/example_spatial.csv'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.