Open aghaynes opened 3 months ago
Where special characters (e.g. &) are used in text inputs, word cannot interpret the output. R does not give an error.
asr( ..., product_name = "something & something else", ... )
Solution: implement a function that checks for the existance of the known special characters in inputs. Currently known examples are & and <br>
&
<br>
Where special characters (e.g. &) are used in text inputs, word cannot interpret the output. R does not give an error.
Solution: implement a function that checks for the existance of the known special characters in inputs. Currently known examples are
&
and<br>