GoogleDrive.jl Documentation

Preface

This manual is designed to get you started using GoogleDrive.jl Package in Julia.

Installation

The package can be installed by cloning git repo in .julia/dev/

~/.julia/dev> git clone <fork_repo_URL>

Getting Started

In all of the examples that follow, we'll assume that you have the TextAnalysis package fully loaded. This means that we think you've implicitly typed

julia> using GoogleDrive

before every snippet of code.