Check facts about a dribble
Sometimes you need to check things about a `dribble`` or about the files it represents, such as:
is_dribble(d) no_file(d) single_file(d) some_files(d) confirm_dribble(d) confirm_single_file(d) confirm_some_files(d) is_folder(d) is_shortcut(d) is_folder_shortcut(d) is_native(d) is_parental(d) is_mine(d) is_shared_drive(d)
d
dribble
## most of us have multiple files or folders on Google Drive d <- drive_find() is_dribble(d) no_file(d) single_file(d) some_files(d) # this will error # confirm_single_file(d) confirm_some_files(d) is_folder(d) is_mine(d)
Useful links