drop.findr: A function for search and return in dropbox.

Description Usage Arguments Details Value Examples

Description

drop.findr

Usage

1
drop.findr(..., file_only = T, file_ext = NULL)

Arguments

file_ext

Details

This will allow to recursively search large libraries in dropbox and return specific files or directories meeting input criteria.

Value

A character vector with either the full or relative path or the specific file with full path attached in the name for easy sourcing.

Examples

1
2
3
4
5
6
7
8
9
Returns a list of all directories containing kw icon
> drop.findr('icon',file_only = F)
[1] "/rterial/icons"         "/www/icon"  "/www/icon/flat_icons"
 "/www/icon/google_icons" "/www/icon/brand_icons"  "/www/icon/file_icons"

Returns a specific and best match file

drop.findr('icon',file_only = T,file_ext = 'png')
[1] "/www/icon/brand_icons/R_file_icon.png"

Rterial/Rtbase documentation built on May 9, 2019, 10:35 a.m.