lasertrapr_cloud: Shiny app for viewing lasertrapr data in the "cloud"

View source: R/fct_cloud-viewer.R

lasertrapr_cloudR Documentation

Shiny app for viewing lasertrapr data in the "cloud"

Description

This is a one line shiny app. Literally, all that is required is to make a new shiny app project and in the app.R call this single function and then push the app into production. Requires putting data in a lasertrapr-cloud shared google drive which can be accomplished with lasertrapr::push_project_to_lasertrapr_cloud(). The shared drive will be created automatically if it does not exist.

Usage

lasertrapr_cloud(email)

Arguments

email

a character string. Email associated with your google drive account.

Examples

lasertrapr_cloud("something_at_gmail.com")

brentscott93/lasertrapr documentation built on Jan. 12, 2025, 5:02 a.m.