Skip to content

Commit

Permalink
Merge pull request #11 from Cecilsingh/patch-2
Browse files Browse the repository at this point in the history
update product in named users script
  • Loading branch information
samcofer authored Jan 6, 2025
2 parents ea542de + a8a6743 commit 32bb04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion named-users-rsp.R
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ if (monthly) {
names(counts) <- c("Month", "Active User Count")
} else {
counts <- all_counts[all_counts$active, "user"]
counts <- paste0(length(unique(counts)), " unique RStudio Server Pro named users between ", format(min_date, "%Y-%m-%d"), " and ", format(max_date, "%Y-%m-%d"))
counts <- paste0(length(unique(counts)), " unique Posit Workbench named users between ", format(min_date, "%Y-%m-%d"), " and ", format(max_date, "%Y-%m-%d"))
}


Expand Down

0 comments on commit 32bb04c

Please sign in to comment.