Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
massimoaria committed May 24, 2024
1 parent aaaaba2 commit 3fef3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/biblioshiny/server.R
Original file line number Diff line number Diff line change
Expand Up @@ -2106,7 +2106,7 @@ To ensure the functionality of Biblioshiny,
MCP_Ratio = MCP_Ratio*100) %>%
rename("Articles %" = Freq,
"MCP %" = MCP_Ratio) %>%
select(Country, "Articles %", Frequency, SCP, MCP, "MCP %")
select(Country, "Articles","Articles %", SCP, MCP, "MCP %")

values$MRCOplot <- g
return(g)
Expand Down

0 comments on commit 3fef3cb

Please sign in to comment.