https://github.com/knapply/maritimesafetyinfor
https://github.com/knapply/maritimesafetyinfor
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/knapply/maritimesafetyinfor
- Owner: knapply
- License: gpl-3.0
- Created: 2017-11-30T12:23:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T20:13:38.000Z (about 7 years ago)
- Last Synced: 2025-03-05T14:28:32.828Z (over 1 year ago)
- Language: R
- Size: 2.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# COREmaritime
## Installation
1. Install `devtools` if you haven't already.
``` r
install.packages("devtools")
```
2. Install the package using `devtools`.
``` r
devtools::install_github("NPSCORELAB/COREmaritime", upgrade="never")
```
## Using Functions Locally
Scrape yearly notices to marines from the National Geospatial-Intelligence Agency [site](https://msi.nga.mil/NGAPortal/MSI.portal?_nfpb=true&_st=&_pageLabel=msi_portal_page_61). Then filter those by AOR names.
``` r
scrape2018 <- COREmaritime::scrape_NtM("2018", "pdf")
pacific_NtM_2018 <- COREmaritime::scrape_cleaner(scrape2018, "pacific")
```
## Launching Apps Locally
``` r
COREmaritime::launch_stnmApp()
```