This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
###########Bibliotecas######## | |
#se nao tiver instalada, e necessario usar o comando | |
#install.packages("nome_da_biblioteca") | |
library(tm) | |
library(wordcloud) | |
library(RColorBrewer) | |
###################################### | |
#seta o folder de trabalho. é preciso passar o caminho completo até a pasta onde estao os dados | |
setwd("/home/caminho/para/psta_local/dos_dados") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Selfstarter = window.Selfstarter = { | |
firstTime: true, | |
value: null, | |
form: $('#order_form'), | |
valueField: $('#order_form').find('input[name="order[value]"]'), | |
email: $('#order_email'), | |
button: $('#self_button'), | |
step1: $('.step_1'), | |
step2: $('.step_2'), |