if (FALSE) {
announcements <- fetch_fishing_announcements(
start_date = "01/01/2023",
end_date = "31/12/2023"
)
announcements <- fetch_fishing_announcements(
start_date = "01/01/2023",
end_date = "31/01/2023",
download = TRUE,
download_dir = "announcements"
)
}
Run the code above in your browser using DataLab