.DollarNames.struct_class | R Documentation |
This function returns slotnames for autocompletion when using $ syntax
## S3 method for class 'struct_class' .DollarNames(x, pattern = "") ## S4 method for signature 'struct_class' .DollarNames(x, pattern = "") ## S3 method for class 'chart' .DollarNames(x, pattern = "") ## S4 method for signature 'chart' .DollarNames(x, pattern = "") ## S3 method for class 'DatasetExperiment' .DollarNames(x, pattern = "") ## S4 method for signature 'DatasetExperiment' .DollarNames(x, pattern = "") ## S3 method for class 'model' .DollarNames(x, pattern = "") ## S4 method for signature 'model' .DollarNames(x, pattern = "") ## S3 method for class 'metric' .DollarNames(x, pattern = "") ## S4 method for signature 'metric' .DollarNames(x, pattern = "") ## S3 method for class 'iterator' .DollarNames(x, pattern = "") ## S4 method for signature 'iterator' .DollarNames(x, pattern = "") ## S3 method for class 'optimiser' .DollarNames(x, pattern = "") ## S4 method for signature 'optimiser' .DollarNames(x, pattern = "") ## S3 method for class 'preprocess' .DollarNames(x, pattern = "") ## S4 method for signature 'preprocess' .DollarNames(x, pattern = "") ## S3 method for class 'resampler' .DollarNames(x, pattern = "") ## S4 method for signature 'resampler' .DollarNames(x, pattern = "")
x |
a struct_class object |
pattern |
the text used to compare against the slot names |
A vector of slot names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.