Helper to check that FCS keyword-value pairs are compliant with specifications
FCS_check_keywords(
text,
delimiter,
version = 3,
encoding = "UTF-8",
fun = "warning",
...
)
a named list of keywords values.
delimiter used to separate keyword-value pairs. /!\ NOTE that files with 0x00 'delimiter' can _NOT_ be parsed.
version to check keywords compliance against. Default is 3.0.
name of the encoding for raw to character conversion. Default is "UTF-8".
function to execute when mandatory parameters are not met. Default is "warning". Allowed are "stop","warning","message","return".
other arguments to be passed.