Learn R Programming

rDrop (version 0.3-0)

dropbox.file.info: Return file attributes for a specified file supplied in the path argument.

Description

Return file attributes for a specified file supplied in the path argument.

Usage

dropbox.file.info(cred, path_to_file)

Arguments

cred

An object of class DropboxCredentials with Dropobox specific credentials.

path_to_file

Path to file relative to Dropbox root.

Value

list

See Also

link{is.dropbox.file}

Examples

Run this code
# NOT RUN {
dropbox.file.inco(cred, '/folder/file.txt')
# }

Run the code above in your browser using DataLab