Digital Marketplace. Six months later.

[This article was first published on R – thinkr, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Revisiting an old post

Last September I wrote a post entitled Is the Government realising its ambition for SMEs on G-Cloud? Six months on, I wanted to revisit and update this article, fold in a second Digital Marketplace framework, and share the R code here. Revisiting an old post also provides an opportunity to see if one can simplify and improve older code.

Every 7.8 months, on average, suppliers are asked to resubmit their G-Cloud offerings with the lastest pricing and service descriptions. It’s a chance for new suppliers, often smaller ones, to join the existing list and increase overall competitiveness for Cloud services.

G-Cloud 10 is expected to go live in June.

Last September’s article showed signs of a weakening in the Small & Medium Enterprise (SME) supplier share of G-Cloud sales by value. This plot shows this trend to have persisted, and reflects the Digital Outcomes & Specialists (DOS) framework also exhibiting a downward trend.

Overall spending through the two frameworks however continues to grow across all parts of Public Sector.

With the weakening in SME share reflected in most sectors.

R toolkit

Revisiting older code prompted me to try automating the routinely, albeit to date manually, produced R toolkit summary. See the code for the automated version. This also now incorporates a count of function usage, arranged with the most-used listed first for each package.

I’m excluding the base and stats packages. I’m doing that because, for example, dplyr::filter() masks stats::filter(), and the toolkit summary would imply I’ve used both when my first instinct is “all things tidyverse”. And I’m anyway more interested in my usage of “non-base” functions.

 PackagesFunctions
purrrmap[1]; map2_df[1]; possibly[1]; set_names[1]
readrguess_encoding[2]; locale[2]; read_csv[2]; parse_number[1]
dplyrfilter[8]; group_by[5]; mutate[5]; select[5]; summarize[5]; arrange[1]; as_tibble[1]; bind_rows[1]; data_frame[1]; desc[1]; if_else[1]
tibbleas_tibble[1]; data_frame[1]; enframe[1]
stringrfixed[7]; str_c[4]; str_replace[4]; str_remove[3]; str_count[1]; str_detect[1]; str_extract[1]
rebusliteral[1]
lubridatemyd[2]; days_in_month[1]; month[1]
tidyrunnest[1]
ggplot2labs[5]; aes[4]; geom_line[4]; geom_smooth[4]; ggplot[4]; ggtitle[4]; scale_x_date[4]; theme[3]; element_rect[2]; facet_wrap[2]; scale_y_continuous[1]
scalespercent_format[1]
ggthemesscale_colour_economist[4]; theme_economist[1]
kableExtrakable[1]; kable_styling[1]
knitrkable[1]

View the code here.

Citations

R Development Core Team (2008). R: A language and environment for
statistical computing. R Foundation for Statistical Computing,
Vienna, Austria. ISBN 3-900051-07-0, URL http://www.R-project.org.

Contains public sector information licensed under the Open Government Licence v3.0.

The post Digital Marketplace. Six months later. appeared first on thinkr.

To leave a comment for the author, please follow the link and comment on their blog: R – thinkr.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)