Skip to contents

[Experimental]

This function reads files stored in an OneDrive

Usage

OneDrive_file(file, .function, ...)

Arguments

file

File path

.function

Function that will be used to reading the file

...

.function args.

Examples

 if (FALSE) OneDrive_file("path/file.txt", read.delim, sep = "")