Create author vectors

sl_author_vectors(at_list, articles = article_df,
  a_vectors = article_vectors)

Arguments

at_list

character vector of author names

articles

dataframe with abstract info

a_vectors

matrix of semantic article vectors

Value

matrix of author vectors (sum of abstracts)

Examples