csgo-package

CSGo Package

Overview GitHub: adsoncostanzifilho/CSGo The CSGo package is an R client for accessing Steam’s REST API specifically for the Counter-Strike Global Offensive Game (CS Go) data. Check out the Steam documentation website and the Package Page for more information. Installation To get the current released version from CRAN: install.packages("CSGo") To get the current development version from GitHub: # install.packages("devtools") devtools::install_github("adsoncostanzifilho/CSGo") Example The first step to use the CSGo package is to have your own credentials (API key) to pull the CSGo data from the Steam API. For more information about how to get your own API Key run in your R vignette("auth", package = "CSGo"), or click here. ...

March 25, 2021 · 4 min · 647 words · Adson Costanzi Filho
text-mining-tool

Text Mining Tool

Overview GitHub: adsoncostanzifilho/TextMining Text Mining Tool is an interface developed in R using mainly the shiny, tidytext and rtweet packages. The idea of this interface is to allow to you make your own text analysis using live Twitter data. The tool is online on shinyapps’ repository at the address https://adsoncostanzi.shinyapps.io/TextMining/. How does this interface work? The interface is divided into 5 tabs presented in the menu on the left: Home , Search , Word Cloud , Sentiment Analysis and, Topic Modeling . ...

November 24, 2020 · 1 min · 178 words · Adson Costanzi Filho
soothsayer

soothsayeR

Overview GitHub: adsoncostanzifilho/soothsayeR SoothsayeR is an interface based on the old prank called ‘Peter answers’.. The game’s idea is to play with your friends making questions that you know the answer, and make them believe that R is who is answering… The app demonstrates how easy it is to integrate Shiny with Javascript through the shinyjs library. The tool is online on shinyapps’ repository at the address https://adsoncostanzi.shinyapps.io/soothsayeR/. How to play with soothsayeR? You just need to press dot (.) on the keyboard in the request session and then write the answer secretly. When you press dot in the request text input everything you type will be masked, so you could put the answer without anyone noticing. ...

November 23, 2020 · 2 min · 226 words · Adson Costanzi Filho