drive_contents: drive_contents

View source: R/drive_contents.R

drive_contentsR Documentation

drive_contents

Description

Show the contents of a Google drive folder, given a dribble

Usage

drive_contents(dribble, recursive = FALSE, ...)

Arguments

dribble

a Google drive dribble of a folder (usually the output of drive_find_path())

recursive

default=FALSE; doesn't really work super well...passed to googledrive::drive_ls().

...

other arguments passed to googledrive::drive_find()

Details

A shallow wrapper for googledrive::drive_ls() that uses just the id of a dribble object and can be piped from drive_find_path()

Value

a dribble showing the contents of the desired folder

See Also

Other Google Drive Functions: drive_copy_missing_files(), drive_cp_dir(), drive_find_path(), drive_get_info(), drive_inSync(), drive_new_from_template(), drive_open(), init_lesson_meta(), update_teach_links()


galacticpolymath/GPpub documentation built on April 5, 2025, 6:04 p.m.