Normalize the given object as an R line directive (#line <number> "<file>"). This requires you to check the corresponding name beforehand. If the given object turns out to be no line directive, this returns a normal comment instead.
#line <number> "<file>"
The data used by the parser (see NormalizerData)
The JSON object to extract the meta-information from
Normalize the given object as an R line directive (
#line <number> "<file>"
). This requires you to check the corresponding name beforehand. If the given object turns out to be no line directive, this returns a normal comment instead.