Nothing
#' Access all the officials
#'
#' `get_officials()` is deprecated. Use [officials()] instead.
#'
#' @returns data.frame with one row per official
#' @export
get_officials <- function() {
.Deprecated(
new = 'officials()',
package = 'nhlscraper',
msg = paste(
'`get_officials()` is deprecated.',
'Use `officials()` instead.'
)
)
officials()
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.