Description Usage Arguments Details Value See Also
Redefine types in a table/neuronBag
1 2 3 4 5 6 7 | redefine_types(
connections,
retype_func,
postfix = c("raw", "from", "to"),
redefinePartners = TRUE,
...
)
|
connections |
A connection table or a neuronBag object |
retype_func |
A function taking |
postfix |
One of "raw, "to" or "from". Specify if type (and name) columns in table to be modified are postfixed with to and from or nothing |
redefinePartners |
If table is a neuronBag, should the partners also be retyped? |
... |
Extra parameters to be passed to retype_func |
This is a low level functions. In most use cases, you can use lateralize_types
or redefineTypeByName
instead
A data frame or neuronBag with the columns type_col
updated.
lateralize_types
, redefineTypeByName
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.