get_ais_urls: Get latest AIS URLs since last given URL to start

Description Usage Arguments Details Note Examples

View source: R/crawlers.R

Description

This will take our start url, find sibs, then walk recursively UP the tree and find the next directories if any avail...

Usage

1
get_ais_urls(start_url)

Arguments

start_url

The path to a TXT url. See notes and examples

Details

basically it works like this:

It will forcefully find all siblings then recurse back down the tree until it finds all the txt files

Note

THIS REQUIRES THE START URL TO BE A TXT FILE PATH

Examples

1
links <- get_ais_urls("https://ais.sbarc.org/logs_delimited/2019/191008/AIS_SBARC_191008-12.txt")

mvisalli/shipr documentation built on Aug. 8, 2020, 8:38 p.m.