read_ini: Read ini file

Description Usage Arguments Details

View source: R/read-ini.R

Description

Compared to ini::read.ini() is ~4x faster and allows you to omit certain sections.

Usage

1
2
3
read_ini(path, omit = NULL, encoding = "UTF-8")

read_ini_section(path, section, encoding = "UTF-8")

Arguments

path

<chr> path to file

omit

<chr> section name(s) to omit

encoding

<chr> defaults to 'UTF-8' encoding.

section

<chr> name of the section to read in

Details

This function is used internally to parse the yeast grower data ini files.


npjc/readyg documentation built on Oct. 21, 2019, 4:59 p.m.