Skip to content

Commit

Permalink
Remove non-used code chunk
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenpp7 authored Oct 21, 2024
1 parent 6e4e4d4 commit bbd46f1
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions files/overview.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ transmute (scuba_clean, eventDate, locationID, locality, maximumDepth = maximumD
***
<br/><br/>

<!-- <h2>Data</h2> -->
<!-- <h2>Certifications</h2> -->
## Certifications

```{r echo=FALSE, rows.print=15}
Expand All @@ -168,18 +168,3 @@ if(dir.exists("divewatchr_data")){
knitr::kable(scuba_cert %>% select (-instructorID))
```

<!-- <h2>Maps and plots</h2>
## About -->



```{r echo=FALSE}
# setwd("C:/Users/rubenp/Desktop/Huiswerk 2020/Logbook Scuba Ruben Perez/divewatchr")
# load('data/scuba_map.RData')
# load('data/scuba_clean.RData')
#scuba_clean[92:101,] %>% select (rowid, eventDate, locationID, locality, region, country,
# maximumDepthInMeters, bottomTime, diveType,
# platformType, diveClass, decimalLongitude, decimalLatitude)
```

0 comments on commit bbd46f1

Please sign in to comment.