Description Usage Arguments Details Value Author(s) Examples
Non ASCII words (commom in portuguese) trigers warnings
in R CMD CHECK
. To prevent this, enc{}{}
must be
used. This function gets a character and returns enc{}{}
for all non ASCII words.
1 2 3 4 5 | use_enc(x)
enc_nize(file)
enc_titles()
|
x |
character[1] A title to be converted. |
file |
character[1] A R file with documentation written in
roxygen syntax. |
enc_titles
applies enc_nize
to all files in
the ./R/
directory of a package. So, it is assumed that
working directory is a root package directory. enc_titles
modifies files. So be careful with its use.
character[1] The converted character provided.
Walmes Zeviani, walmes@ufpr.br.
1 2 3 4 | |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.