View source: R/makePPTList_Pubmed.R
plotWC | R Documentation |
Make Wordcloud
plotWC(df, type = 1, seed = 1234, ...)
df |
A data.frame |
type |
integer |
seed |
integer |
... |
further arguments |
query=makeQuery(key="machine learning") D<-query2metaData(query) M<-metaData2df(D) df=df2clean(M) plotWC(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.