drive_id is an S3 class to mark strings as Drive file ids, in order to distinguish them from Drive file names or paths. as_id() converts various inputs into an instance of drive_id.
as_id() is a generic function.
as_id(x,...)
Arguments
x: A character vector of file or shared drive ids or URLs, a dribble, or a suitable data frame.
...: Other arguments passed down to methods. (Not used.)