addNewTweetToDB: addNewTweetToDB

Description Usage Arguments Examples

Description

Add a new tweet to the tweet_db. If inputs are not specified, it will ask in the console for input. Automatically creats unique identifier.

Usage

1
addNewTweetToDB(tweet_text, category, media_path = NA, tweet_db = NULL)

Arguments

tweet_text

The text of the tweet.

category

A category to assign the tweet to.

media_path

A file-path to a picture or something you want to share.

tweet_db

Allows you to pass an in-memory database in to continue building it out.

Examples

1
addNewTweetToDB("TestTweet", category="test")

bestdan/crontwit documentation built on May 30, 2019, 12:45 p.m.