read_ini_file: read_ini_file parameters

Description Usage Arguments Value Author(s) Examples

View source: R/readIniFile.R

Description

read variables from an ini-file into a dataframe that it returns. Part of specific project.

Usage

1
read_ini_file(v_path, v_filename)

Arguments

v_path

path to file

v_filename

name of the file

Value

dataframe with rows conaining arguments

Author(s)

Folke Larsson Boden Sweden

Examples

1
2
3
/donttest {
	df_argument_rows <- read_ini_file("/grass7/parameter_files", "parameters.ini")
}

FolkeLarsson/getArgsFlaGrassStat documentation built on May 26, 2019, 7:26 a.m.