Skip to content

Commit

Permalink
Added new maintainence code and handling of filenames
Browse files Browse the repository at this point in the history
  • Loading branch information
fontikar committed Oct 21, 2024
1 parent a96ebf4 commit 076d3df
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 4 additions & 4 deletions R/maintenance.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
# download_ala_obs(taxon = "Marsupialia")
# download_ala_obs(taxon = "Cicadoidea")
# download_ala_obs(taxon = "Plantae")
# download_gbif_obs(taxon = "Arachnida", country_code = "FR")
# download_gbif_obs(taxon = "Squamata", country_code = "ES")
# })
#
#
# download_ala_obs(taxon = "Plantae", year_range = c(1991, 1992))
#


3 changes: 3 additions & 0 deletions R/ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ ui <- function(){
"\\1",
files_in_directory)

taxa_names <- gsub("Living-Atlas-", "", taxa_names)


files_in_directory <- setNames(files_in_directory, taxa_names)

# Custom Github hyperlink icon
Expand Down
2 changes: 1 addition & 1 deletion rsconnect/shinyapps.io/fontikar/infinitylists.dcf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ account: fontikar
server: shinyapps.io
hostUrl: https://api.shinyapps.io/v1
appId: 11400862
bundleId: 8822985
bundleId: 9252048
url: https://unsw.shinyapps.io/infinitylists/
version: 1

0 comments on commit 076d3df

Please sign in to comment.