diff options
author | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 16:28:49 +0100 |
---|---|---|
committer | Johannes Ranke <jranke@uni-bremen.de> | 2016-11-18 16:28:49 +0100 |
commit | e7b2d16306b7d03cde66223c9b27abde928f9447 (patch) | |
tree | 85d650cfb8e071b00a1228566ec788dc1b477809 /man/endpoints.Rd | |
parent | 8bdb67360502bd1a8eb5317d287b094510b4a02c (diff) |
Improve examples for showing with pkgdown
- Use quiet= TRUE in dontrun sections
- Use mkinsub in model definitions
- Avoid \code{\link{}} in titles
Diffstat (limited to 'man/endpoints.Rd')
-rw-r--r-- | man/endpoints.Rd | 4 |
1 files changed, 4 insertions, 0 deletions
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 } |