loadTableInfoImg: read CSV file

Description Usage Arguments Value Examples

View source: R/loadTableInfoImg.R

Description

read CSV file

Usage

1
loadTableInfoImg(pathFileCsv, nameFileCsv)

Arguments

pathFileCsv

: string (path CSV file)

nameFileCsv

: string (name CSV file)

Value

NULL or data.frame

Examples

1
2
3
pathFileCsv <- "C:/Images"
nameFileCsv <- "Image.bmp"
loadTableInfoImg(pathFileCsv, nameFileCsv)

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