diff options
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 } |