Skip to content

Commit

Permalink
paged_table deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
prcwiek committed Mar 3, 2021
1 parent cfdf37d commit 5cf0c55
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions vignettes/pmetar.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -234,9 +234,3 @@ First rows of the tibble with decoded METAR reports:
```{r}
print.data.frame(head(decoded_metars))
```
or in more legible format below, for operating systems other than Oracle Solaris.
```{r}
if (!grepl('SunOS',Sys.info()['sysname'])){
decoded_metars %>% as_tibble %>% rmarkdown::paged_table()
}
```

0 comments on commit 5cf0c55

Please sign in to comment.