word_bubble: Return an image of a word bubble of qualitative responses...

Description Usage Arguments Value

View source: R/word_bubble.R

Description

Return an image of a word bubble of qualitative responses (text) from a column(s) from a spreadsheet.

Usage

1
2
3
4
5
6
7
8
9
word_bubble(
  file = "",
  sheet_name = 0,
  dir = "",
  column = "",
  max = 50,
  height = 1000,
  width = 1000
)

Arguments

file

the name of the file, including the filetype extension

sheet_name

if passing an excel file, the name of the sheet to analyze, default = 0

dir

the directory where the file should be saved, default = ”

column

A string or vector of the columns header that are to be included in the word bubble, default = ”

max

number of words in the word bubble, default = Inf words

height

the height of the outputted image, default = 600 pixals

width

the width of the outputted image, default = 800 pixals

Value

returns an image of a word bubble by specified width and height and includes max number of words.


UBC-MDS/RDataPeek documentation built on April 2, 2020, 3:56 a.m.