Skip to content
Snippets Groups Projects
Commit 28411573 authored by Otto, Dr. Saskia's avatar Otto, Dr. Saskia
Browse files

cleaned script

parent b8db62e0
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,6 @@ library("rfishbase") ...@@ -13,7 +13,6 @@ library("rfishbase")
###################### All sharks in fishbase ################## ###################### All sharks in fishbase ##################
# Generate the shark data list from fishbase
### Retrieve data from FISHBASE API ### Retrieve data from FISHBASE API
...@@ -160,5 +159,9 @@ sharklist_fb[[1]] ...@@ -160,5 +159,9 @@ sharklist_fb[[1]]
############################## Save datasets ############################# ############################## Save datasets #############################
usethis::use_data(sharks_fb, sharklist_fb, overwrite = TRUE) # usethis::use_data(
rm(list = ls()) # sharks_fb, sharklist_fb,
# overwrite = TRUE
# )
#
# rm(list = ls())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment