From 35c42a15483924feb8f6a0d1255317f4cc60d850 Mon Sep 17 00:00:00 2001
From: unknown <ldecicco@usgs.gov>
Date: Tue, 11 Nov 2014 16:15:47 -0600
Subject: [PATCH] Added url attribute.

---
 R/importRDB1.r | 1 +
 1 file changed, 1 insertion(+)

diff --git a/R/importRDB1.r b/R/importRDB1.r
index 401de74e..ffec7df4 100644
--- a/R/importRDB1.r
+++ b/R/importRDB1.r
@@ -222,6 +222,7 @@ importRDB1 <- function(obs_url, asDateTime=FALSE, qw=FALSE, convertType = TRUE,
   }
   
   comment(data) <- hdr
+  attr(data, "url") <- obs_url
   
   return(data)
 
-- 
GitLab