Updated docs

This commit is contained in:
Waldir Leoncio 2020-11-19 13:33:21 +01:00
parent d835c10322
commit 28d0cb614b

View file

@ -6,7 +6,7 @@
\usage{ \usage{
matlab2r( matlab2r(
filename, filename,
output = "clean", output = "diff",
improve_formatting = TRUE, improve_formatting = TRUE,
change_assignment = TRUE, change_assignment = TRUE,
append = FALSE append = FALSE
@ -15,7 +15,7 @@ matlab2r(
\arguments{ \arguments{
\item{filename}{name of the file} \item{filename}{name of the file}
\item{output}{can be "asis", "clean" (default), "save" or "append"} \item{output}{can be "asis", "clean", "save" or "diff"}
\item{improve_formatting}{if `TRUE` (default), makes minor changes \item{improve_formatting}{if `TRUE` (default), makes minor changes
to conform to best-practice formatting conventions} to conform to best-practice formatting conventions}