Helper function to shape data to return to user.
return_content(api_content, return_type)
content returned from the API call.
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.
data as specified above.