Skip to content

Commit

Permalink
Parsed proxy_settings
Browse files Browse the repository at this point in the history
  • Loading branch information
HadleyBN committed Nov 17, 2023
1 parent 47bb1ab commit 901aa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/enhancements.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ fingertips_redred <- function(Comparator = "England", ...) {
#' fingertips_stats()}
#' @export
fingertips_stats <- function(proxy_settings = fingertips_proxy_settings()) {
fingertips_stats <- indicators(proxy_settings = fingertips_proxy_settings())
fingertips_stats <- indicators(proxy_settings = proxy_settings)
summarised_stats <- fingertips_stats %>%
summarise_if(is.integer, n_distinct)
fingertips_stats <- sprintf("On %s Fingertips consisted of %s profiles, made up of %s indicators and %s distinct indicators.",
Expand Down

0 comments on commit 901aa66

Please sign in to comment.