Skip to content

Instantly share code, notes, and snippets.

View John-R-Wallace-NOAA's full-sized avatar

John Wallace John-R-Wallace-NOAA

View GitHub Profile
@John-R-Wallace-NOAA
John-R-Wallace-NOAA / xlsxToR.r
Last active November 24, 2016 11:41 — forked from schaunwheeler/xlsxToR.r
I have made substantial additions and bug fixes to the xlsxToR R function. A list of additions and bug fixes are inside the function. An example of usage is: test<-xlsxToR("TrawlSurveyDataPackage_Canary_ExploreReducedSurvey_2014.xlsx", keep=c(2,4,6,8), skip=c(0,5,5,5)) Where the first argument is the Excel file's path, the second is those sheet…
# The MIT License (MIT)
#
# Copyright (c) 2012 Schaun Jacob Wheeler
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the right
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
# copies of the Software, and to permit persons to whom the Software is
# furnished to do so, subject to the following conditions: