From e7b2d16306b7d03cde66223c9b27abde928f9447 Mon Sep 17 00:00:00 2001 From: Johannes Ranke Date: Fri, 18 Nov 2016 16:28:49 +0100 Subject: Improve examples for showing with pkgdown - Use quiet= TRUE in dontrun sections - Use mkinsub in model definitions - Avoid \code{\link{}} in titles --- man/endpoints.Rd | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'man/endpoints.Rd') diff --git a/man/endpoints.Rd b/man/endpoints.Rd index 08773c3e..55a4cb0a 100644 --- a/man/endpoints.Rd +++ b/man/endpoints.Rd @@ -23,6 +23,10 @@ endpoints(fit) \value{ A list with the components mentioned above. } +\examples{ + fit <- mkinfit("FOMC", FOCUS_2006_C, quiet = TRUE) + endpoints(fit) +} \author{ Johannes Ranke } -- cgit v1.2.1