Displaying 1 result from an estimated 1 matches for "health_env".
2005 Mar 03
1
Underscore character in Rd files
Hi,
I'm trying to document a data frame in Rd format. The data frame contains
a variable called
'Health_Env'. When I create a template for the Rd file using 'prompt()'
the variable name is
included as-is and when I run R CMD CHECK I get a latex error because
latex considers '_' a special character (used for subscripts) which is
only allowed in math mode.
When I replace the varia...