Description Usage Arguments Value Examples
This function scrapes 360 Trends and returns the results nicely formatted into a R object
1 | so_360_trends(query)
|
query |
The keyword to be searched. |
The output is a dataframe containing Date and Value variables for all the queries
1 2 3 4 5 | #Search the keyword 'tokyo and japan'
results = so_360_trends("洛杉矶酒店")
#Visualize results
ggplot(results, aes(x = Date, y = Value, col = Query)) + geom_line()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.