Re: [R] dput and dget error

2016-12-23 Thread Carl Sutton via R-help
Hi Thank you David. It was the conflict with data table that was causing the error. Obviously I was clueless (still). Just to check out the functionality of dput, I did the following: 1. commented out the data line in the github example. 2. attached the file to an email to myself. 3. used

Re: [R] dput and dget error

2016-12-23 Thread David Winsemius
> On Dec 23, 2016, at 12:45 PM, Carl Sutton via R-help > wrote: > > Merry Christmas and Happy Holidays > > I am attempting to use dput and or dget to send data along with a help > request to another list (package specific). Read the help pages for both > and they appeared to be fairly simp

[R] dput and dget error

2016-12-23 Thread Carl Sutton via R-help
Merry Christmas and Happy Holidays I am attempting to use dput and or dget to send data along with a help request to another list (package specific). Read the help pages for both and they appeared to be fairly simple functions. Found an example on github and it appeared to be an easy task to