Skip to content

Instantly share code, notes, and snippets.

View Sarmentor's full-sized avatar
💭
Working on the workaround for the workaround

Rui Portocarrero Sarmento Sarmentor

💭
Working on the workaround for the workaround
View GitHub Profile
@Sarmentor
Sarmentor / 1-word2vec.R
Created April 25, 2019 18:31 — forked from primaryobjects/1-word2vec.R
word2vec example in R. Natural language processing, NLP, word to vector, wordVector
###
### Example of using word2vec.
### Kory Becker, August 16, 2017
###
library(devtools)
library(httr)
library(tm)
set_config(
@Sarmentor
Sarmentor / README.md
Created June 26, 2018 16:18 — forked from psychemedia/README.md
How to load desktop CSV file into R/Sshiny app.

Minimal R shiny app demonstrating:

  1. how to upload a CSV file into an R/shiny app
  2. how to automatically populate list selectors based on column headers
  3. how to use optional list selectors
  4. how to populate a list selector with column names of numerical columns only
  5. how to use an action button to trigger an event when you're ready to do so