updateCache() # Update the entire database, takes hour or so
readCache(".") # Read in the new data
fish.data <- clean_data(fish.data) # clean the new data of non-ascii
save(fish.data, "data/fishbase.rda") # Save over the old data
tools:::resaveRdaFiles("data/fishbase.rda") # Compress the data file
# Update documentation of the data in R/fishbase.R
Run the code above in your browser using DataLab