Learn R Programming

IMWatson (version 0.5.0)

ShinyChatbot: Shiny Chatbot

Description

FUNCTION_DESCRIPTION

Usage

ShinyChatbot(api_key, workspace, title = "Chatbot powered by Watson")

Arguments

api_key

The API key

workspace

The workspace api for your chatbot

title

The title for the chatbox

See Also

runApp

Examples

Run this code
# NOT RUN {
if(interactive()){
library(IMWatson)
ShinyChatbot(api_key = your_api_key,
workspace = your_workspace)
 }
# }

Run the code above in your browser using DataLab