Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Apr 13, 2018
1 parent a45a1ea commit 37c7a85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ Use [RBeast](https://github.com/beast-dev/RBeast) for other things.

## Example

```
```{r}
library(tracerer)
# Obtain an example log file its name
filename <- get_path("beast2_example_output.log")
filename <- get_tracerer_path("beast2_example_output.log")
# Parse that log file
beast_log_full <- parse_beast_log(filename)
Expand Down

0 comments on commit 37c7a85

Please sign in to comment.