Git Product home page Git Product logo

Comments (10)

asmitapoddar avatar asmitapoddar commented on June 2, 2024 1

Install R on your machine. You have to run these files in R.

from r.

adwivedi86 avatar adwivedi86 commented on June 2, 2024 1

cred$handshake(cainfo="cacert.pem")
Error in function (type, msg, asError = TRUE) :
error setting certificate verify locations:
CAfile: cacert.pem
CApath: none

from r.

adwivedi86 avatar adwivedi86 commented on June 2, 2024

how to remove this error

from r.

asmitapoddar avatar asmitapoddar commented on June 2, 2024

Even after receiving this message, if you run further code to access the tweets from Twitter using R, you usually are able to do so. Are you able to do so?

from r.

sonali9696 avatar sonali9696 commented on June 2, 2024

Make sure your certificate is in your current working directory. Re-check what's your current working directory by command in R

from r.

nimraMalik avatar nimraMalik commented on June 2, 2024

where are those positive and negative text files?

from r.

onetwoishan avatar onetwoishan commented on June 2, 2024

negative-words.txt
positive-words.txt

from r.

nimraMalik avatar nimraMalik commented on June 2, 2024

Error in data.frame(table1$Text, table1$value, table2$value, table3$value) :
object 'table1' not found

#Histogram
hist(table_final$Positive, col=rainbow(10))
Error in hist(table_final$Positive, col = rainbow(10)) :
object 'table_final' not found
hist(table_final$Negative, col=rainbow(10))
Error in hist(table_final$Negative, col = rainbow(10)) :
object 'table_final' not found
hist(table_final$Score, col=rainbow(10))
Error in hist(table_final$Score, col = rainbow(10)) :
object 'table_final' not found

#Pie
slices <- c(sum(table_final$Positive), sum(table_final$Negative))
Error: object 'table_final' not found

from r.

nimraMalik avatar nimraMalik commented on June 2, 2024

from r.

onetwoishan avatar onetwoishan commented on June 2, 2024

code for forming table is not getting executed mostly
try to execute code where table_final is getting created

from r.

Related Issues (11)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.