Skip to content

Commit

Permalink
adding info about files included in downloaded fishing data folder
Browse files Browse the repository at this point in the history
  • Loading branch information
lidefi87 committed Nov 27, 2024
1 parent 4b6eb9b commit e25431f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app.R
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,10 @@ ui <- fluidPage(

# Inline layout for download button
p(em("Optional: "), "Get a copy of the data used to create
these plots by clicking the 'Download' button below."),
these plots by clicking the 'Download' button below. Note
that the compressed downloaded folder also includes a
dictionary to interpret the column names in the fishing data
and keys to interpret country codes."),
downloadButton(outputId = "download_data", label = "Download")
),
mainPanel(
Expand Down

0 comments on commit e25431f

Please sign in to comment.