Discussion of Maritimes environmental data access, June 10, 2020

B. Casault, E. Chisholm, C. Layton, C. Johnson, M. McMahon

Emily presented spreadsheet

library(xlsx)

f <- read.xlsx('supp_files/azmpmetrics.xlsx', sheetIndex = 1)

head(f)

Presentation from Chantelle

f <- read.xlsx('supp_files/azmpDataFileColumns.xlsx', sheetIndex = 1)

head(f)
f <- read.xlsx('supp_files/annualReportingProducts.xlsx', sheetIndex = 1)

head(f)

Presentation from Benoit

Meeting will pick back up with discussion on materials from Benoit, June 24th @ 2pm



casaultb/azmpdata documentation built on July 4, 2025, 11:04 a.m.