Updated docs
This commit is contained in:
parent
d835c10322
commit
28d0cb614b
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue