From 28d0cb614b58ec4a76d57e3aa830b2da4c6e4d27 Mon Sep 17 00:00:00 2001 From: Waldir Leoncio Date: Thu, 19 Nov 2020 13:33:21 +0100 Subject: [PATCH] Updated docs --- man/matlab2r.Rd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/matlab2r.Rd b/man/matlab2r.Rd index 2ae7c67..e809709 100644 --- a/man/matlab2r.Rd +++ b/man/matlab2r.Rd @@ -6,7 +6,7 @@ \usage{ matlab2r( filename, - output = "clean", + output = "diff", improve_formatting = TRUE, change_assignment = TRUE, append = FALSE @@ -15,7 +15,7 @@ matlab2r( \arguments{ \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 to conform to best-practice formatting conventions}