View source: R/C3_ready4show_authors.R
ready4show_authors | R Documentation |
Create a new valid instance of the ready4 submodule class for authors lookup table
ready4show_authors(x = make_pt_ready4show_authors())
make_pt_ready4show_authors(
first_nm_chr = character(0),
middle_nm_chr = character(0),
last_nm_chr = character(0),
title_chr = character(0),
qualifications_chr = character(0),
institute_chr = character(0),
sequence_int = integer(0),
is_corresponding_lgl = logical(0),
email_chr = character(0),
is_equal_first_lgl = logical(0)
)
is_ready4show_authors(x)
x |
An object of any type |
first_nm_chr |
First name (a character vector), Default: character(0) |
middle_nm_chr |
Middle name (a character vector), Default: character(0) |
last_nm_chr |
Last name (a character vector), Default: character(0) |
title_chr |
Title (a character vector), Default: character(0) |
qualifications_chr |
Qualifications (a character vector), Default: character(0) |
institute_chr |
Institute (a character vector), Default: character(0) |
sequence_int |
Sequence (an integer vector), Default: integer(0) |
is_corresponding_lgl |
Is corresponding (a logical vector), Default: logical(0) |
email_chr |
Email (a character vector), Default: character(0) |
is_equal_first_lgl |
Is equal first (a logical vector), Default: logical(0) |
Authors lookup table
A validated instance of the ready4 submodule class for authors lookup table
A prototype for ready4 submodule class for authors lookup table
A logical value, TRUE if a valid instance of the ready4 submodule class for authors lookup table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.