getQuant: getQuant function reads in your weekly stats from your google...

Description Usage Arguments Examples

Description

This function reads your monthly stats from a google sheet to a dataframe It also calculates some summaries in additional columns, These are the net scores for each week (good scores - bad scores) and the good to bad ratio (good scores/ bad scores)

Usage

1
getQuant(title = "Self Quant", workSheet = "Template")

Arguments

title

parameter for the name of the google sheet, defaults to Self Quant

workSheet

parameter for the name of the worksheet within the doc, defaults to Template

Examples

1
2
3
4
5
6
sq_data <- getQuant()

So if you have this sheet in your google sheets:
https://docs.google.com/spreadsheets/d/1ulmrOuD2_jCYJ4TxTVcNZCPqUVR5wxx6DoXW_uz-6lk/edit?usp=sharing
You can read this in with:
sq_data <- getQuant(title="Self Quant", workSheet = "Template")

maczokni/selfquant documentation built on May 30, 2019, 9:54 p.m.