Nothing
# Deprecated Functions ---------------------------------------------------------
#' Access all the penalty shots
#'
#' `ps()` is deprecated. Use [penalty_shots()] instead.
#'
#' @returns data.frame with one row per penalty shot
#' @export
ps <- function() {
.Deprecated(
new = 'penalty_shots()',
package = 'nhlscraper',
msg = paste(
'`ps()` is deprecated.',
'Use `penalty_shots()` instead.'
)
)
penalty_shots()
}
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.