QBMS function to upload BLUEs & Summary Stats back to BMS for the given Single-Site Analysis using BMS API /breeding-view/saveSsaResultSummaryUsingGET endpoint where:
- mainOutputFilePath: Path and filename of the SSA output file (e.g., BMSOutput.csv)
- SummaryOutputFilePath: Path and filename of the Summary output file (e.g., BMSSummary.csv)
We may need to upload a CSV file using googledrive
Deprecated: write.csv(iris, "iris.csv"); info <- gs_upload("iris.csv")
QBMS function to upload BLUEs & Summary Stats back to BMS for the given Single-Site Analysis using BMS API /breeding-view/saveSsaResultSummaryUsingGET endpoint where: