return_content: Helper function to shape data to return to user.
Description
Helper function to shape data to return to user.
Usage
return_content(api_content, return_type)
Value
data as specified above.
Arguments
- api_content
content returned from the API call.
- return_type
type to return. Options are:
'df' for data.frame.
'word' for a single word.
'random_word' or 'random word' or 'rand' for a random word.
'vector' for a vector of words.