Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9197461
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T22:04:40+00:00 2026-06-17T22:04:40+00:00

I am using the twitteR library in R and wondering if is is possible

  • 0

I am using the twitteR library in R and wondering if is is possible to get timestamps associated with a search or a timeline for that matter. E.G if searching #rstats using searchTwitter, I would like to know when the tweets were made…are there additional parameters I need to parse in order to get that information?

here is some example code…

library(twitteR)
searchTwitter("#rstats",n=10)

giving the following result

[[1]]
[1] "MinneAnalytics: @thomaswdinsmore RT @erikriverson: Some thoughts from an observer on the #Rstats track at #BigDataMN. http://t.co/i42PEQHz #R at #CSOM"

[[2]]
[1] "pentalibra: My package ggdendro to draw dendrograms with ggplot2 is back on CRAN. http://t.co/gMviOSnQ Wait a day or so for Windows binary/ #rstats"

[[3]]
[1] "Lachamadice: RT @freakonometrics: \"Regression tree using Gini's index\" http://t.co/tUplMqQj with #rstats"

[[4]]
[1] "Rbloggers: Tracking Number of Historical Clusters: \n(This article was first published on   Systematic Investor » R,... http://t.co/jRnWUQ2Y #rstats"

[[5]]
[1] "Rbloggers: ggplot2 multiple boxplots with metadata: \n(This article was first published on   mintgene » R, and kindl... http://t.co/re2gghTx #rstats"

[[6]]
[1] "Rbloggers: Learning R using a Chemical Reaction Engineering Book: Part 3: \n(This article was first published on   N... http://t.co/agCJi9Rr #rstats"

[[7]]
[1] "Rbloggers: Learning R using a Chemical Reaction Engineering Book: Part 2: \n(This article was first published on   N... http://t.co/2qqpgQrq #rstats"

[[8]]
[1] "Rbloggers: Waiting for an API request to complete: \n(This article was first published on   Recology - R, and kindly... http://t.co/MZzxHVdw #rstats"

[[9]]
[1] "heidelqekhse3: RT @geospacedman: Just got an openlayers map working on an #rstats #shiny app at #nhshd but... meh."

[[10]]
[1] "jveik: Slides and replay of “Using R with Hadoop” webinar now available #rstats #hadoop | @scoopit http://t.co/Ar2F7We3"
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T22:04:41+00:00Added an answer on June 17, 2026 at 10:04 pm

    after a google:

     mytweet <- searchTwitter("#chocolate",n=10)
     str(mytweet[[1]])
    
    Reference class 'status' [package "twitteR"] with 10 fields
     $ text        : chr "The #chocolate part of the #croquette. #dumplings #truffles http://t.co/Imwt3tTP"
     $ favorited   : logi FALSE
     $ replyToSN   : chr(0) 
     $ created     : POSIXct[1:1], format: "2013-01-27 16:26:03"
     $ truncated   : logi FALSE
     $ replyToSID  : chr(0) 
     $ id          : chr "295568362526896128"
     $ replyToUID  : chr(0) 
     $ statusSource: chr "&lt;a href=&quot;http://instagr.am&quot;&gt;Instagram&lt;/a&gt;"
     $ screenName  : chr "tahiatmahboob"
     and 33 methods, of which 22 are possibly relevant:
       getCreated, getFavorited, getId, getReplyToSID, getReplyToSN, getReplyToUID, getScreenName, getStatusSource, getText, getTruncated,
       initialize, setCreated, setFavorited, setId, setReplyToSID, setReplyToSN, setReplyToUID, setScreenName, setStatusSource, setText,
       setTruncated, toDataFrame
    

    So time stamp is:

    mytweet[[1]]$created
    [1] "2013-01-27 16:26:03 UTC"
    

    Never used twitteR until I read your question. Seems like something fun to do when bored.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using the python-twitter library and while I can get the code to retrieve
I'm using the twitter boot-strap library within groovy grails and can currently get both
I'm using the popover object from Twitter's Bootstrap library in manual mode and I
I'm calling the twitter4j library using Clojure like so: (def twitter (. (TwitterFactory.) getInstance))
I developed a site using twitter bootstrap and it seems that the responsive layout
I am using this twitter api library and so far everything is great. My
I am trying to integrate twitter api using library twitter4j-core-2.1.1-SNAPSHOT.jar. But i am getting
I implemented twitter posting button on my web site using twitter codeigniter library .)
Should I be using a wrapper library for Twitter's API, or just build a
I'm using twitter-async library to interact with twitter api. However, the memory limit keeps

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.