From f347e357320e93ee34c95daa3e2d1110f1c26a25 Mon Sep 17 00:00:00 2001 From: MarcinKosinski Date: Tue, 26 Jul 2016 15:14:39 +0200 Subject: [PATCH] update man after #270 --- man/addHooksToPrint.Rd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/man/addHooksToPrint.Rd b/man/addHooksToPrint.Rd index e08b1e4..fee224a 100644 --- a/man/addHooksToPrint.Rd +++ b/man/addHooksToPrint.Rd @@ -6,7 +6,7 @@ \usage{ addHooksToPrint(class = "ggplot", repoDir = aoptions("repoDir"), repo = aoptions("repo"), user = aoptions("user"), branch = "master", - subdir = aoptions("subdir")) + subdir = aoptions("subdir"), format = "markdown") } \arguments{ \item{class}{A character with a name of class (one or more) that should be archived.} @@ -24,6 +24,8 @@ Default \code{branch} is \code{master}.} \item{subdir}{A character with a name of a subdirectory on a Remote repository on which the Repository is stored. If the Repository is stored in main folder on a Remote repository, this should be set to \code{subdir = "/"} as default.} + +\item{format}{A character denoting \code{format} as in \link{alink}.} } \description{ \code{addHooksToPrint} adds an overloaded version of the print function for objects of selected class.