R/s3_dispatch.R

Defines functions glance

# s3_dispatch.R
# Hook up S3 dispatch for generics that may not be defined elsewhere

glance <- function(...) UseMethod("glance")
andrewparkermorgan/popcorn documentation built on July 8, 2023, 12:42 p.m.