Listing various combinations of functions in the help docs is neither
necessary nor feasible IMO, you learn idiomatic use of Julia by reading
code (especially see libraries by core team members), writing code, and
asking on the list.

I agree that it is hard to search when you don't know what you are
searching for, so just ask here. The terseness of my reply was not meant
to be impolite.

On Wed, Aug 17 2016, Colin Beckingham wrote:

> Many thanks, works perfectly. I see the question was asked before; I did do 
> a search but I guess my criteria were poor. Might be a good entry in the 
> help docs.
>
> On Tuesday, 16 August 2016 08:10:10 UTC-4, Tamas Papp wrote:
>>
>> readtable(IOBuffer(string)) 
>>
>> On Tue, Aug 16 2016, Colin Beckingham wrote: 
>>
>> > I'm trying to follow the examples in the DataFrame docs explaining the 
>> > ability to use a " csv"""...""" " format to import data from a string. 
>> > My data already exist in a string variable, but I am having a problem 
>> > expanding the string inside the "csv""" """ " expression. 
>> > I can write the string into a file and read the file into the df with 
>> > readtable(), but clearly this is wasteful unless there are other reasons 
>> to 
>> > have the raw data handy. 
>> > Is it possible to expand the contents of the string variable inside the 
>> > triple quotes? 
>>
>>

Reply via email to