make_sngl_author_lines | R Documentation |
make_sngl_author_lines() is a Make function that creates a new R object. Specifically, this function implements an algorithm to make single author lines. The function returns Author lines (a character vector).
make_sngl_author_lines(authors_tb, slice_1L_int, inc_quals_1L_lgl = F)
authors_tb |
Authors (a tibble) |
slice_1L_int |
Slice (an integer vector of length one) |
inc_quals_1L_lgl |
Include qualifications (a logical vector of length one), Default: F |
Author lines (a character vector)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.