ImgAllInfoData: gets the data from a raster images set

Description Usage Arguments Value Examples

View source: R/ImgAllInfoData.R

Description

gets the data from a raster images set

Usage

1
2
ImgAllInfoData(pathFile, pathFileCsv, nameFileCsv = "File_001.csv",
  saveCsvFile = TRUE, withGraphic = TRUE)

Arguments

pathFile

: string (path)

pathFileCsv

: string (path CSV file)

nameFileCsv

: string (name CSV file)

saveCsvFile

: TRUE or FALSE

withGraphic

: TRUE or FALSE

Value

data.frame file

Examples

1
2
3
4
pathFile <- "C:/Images"
pathFileCsv <- "C:/Csv"
nameFileCsv <- "ImgDataX.csv"
dataFrame <- ImgAllInfoData(pathFile, pathFileCsv, nameFileCsv)

DanGit01/ToImagen documentation built on May 29, 2019, 1:51 a.m.