hemilist.from.prefixed.list | R Documentation |
A hemilist is a named list with entries 'lh' and/or 'rh', see hemilist
.
hemilist.from.prefixed.list(
named_list,
report_ignored = TRUE,
return_ignored = FALSE
)
named_list |
a named list, the keys must start with 'lh_' or 'rh_' to be assigned to the 'lh' and 'rh' entries of the returned hemilist. Other entries will be ignored. |
report_ignored |
logical, whether to print a message with the ignored entries, if any. |
return_ignored |
logical, whether to add a key 'ignored' to the returned hemilist, containing the ignored entries. |
a hemilist
Other hemilist functions:
hemilist()
,
hemilist.derive.hemi()
,
hemilist.get.combined.data()
,
hemilist.unwrap()
,
hemilist.wrap()
,
is.hemilist()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.