Description Usage Arguments Examples
Find and hide dataset names in a package that match a class.
1 2 3 | show_data_of_class(package, .class)
hide_data_of_class(package, .class)
|
package |
String; Package name to search datasets in. |
.class |
Class of data to find or hide. |
1 2 | show_data_of_class("fgeo.tool", "tbl")
hide_data_of_class("fgeo.tool", "data.frame")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.