remove_comments {configulaR} | R Documentation |
Parse config file and remove comment lines
Description
Parse config file and remove comment lines
Usage
remove_comments(lines)
Arguments
lines |
A list of config file lines. |
Value
A list of config file lines where comment lines have been filtered out.
[Package configulaR version 0.1.1 Index]