transform_class_ns | R Documentation |
transform_class_ns() is a Transform function that edits an object in such a way that core object attributes - e.g. shape, dimensions, elements, type - are altered. Specifically, this function implements an algorithm to transform class namespace. The function returns Transformed class namespace (a character vector of length one).
transform_class_ns(class_ns_1L_chr, dev_pkg_ns_1L_chr)
class_ns_1L_chr |
Class namespace (a character vector of length one) |
dev_pkg_ns_1L_chr |
Development package namespace (a character vector of length one) |
Transformed class namespace (a character vector of length one)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.