Series
- Using R (21)
- Using WordPress (3)
-
Recent Posts
- PWFSLSmoke 1.0: Visualizing Wildfire Smoke Data
- Improved Python-style Logging in R
- Introducing the PWFSLSmoke Package
- Python-style Logging in R
- When k-means Clustering Fails
- Visualizing Bikeshare Data
- Function Argument Lists and missing()
- MazamaSpatialUtils — Ebola Map Example
- Installing subversion 1.7.10 on OSX Yosemite
- MazamaSpatialUtils Package
Blogroll
Tags
AirFire AQI Babel BeautifulSoup best practices C CentOS CSV Data.gov disk I/O error handling FIPS GIS HTML i18n ISO javascript jquery KML LaTex logging Mac MacPorts metadata MS Excel netcdf OSX plone PM2.5 PWFSL python R R package shapefile smoke spatial standards Subversion Ubuntu Unix USGS validation VMware WordPress XML
Tag Archives: logging
Improved Python-style Logging in R
Last August, in Python-style Logging in R, we described using an R script as a wrapper around the futile.logger package to generate log filesĀ for an operational R data processing script. Today, we highlight an improved, documented version that can be … read more …
Python-style Logging in R
We are increasingly using R in “operational” settingsĀ that require robust error handling and logging. In this post we describe a quick-and-dirty way to get python style multi-level log files by wrapping the futile.logger package.