Skip to content
Prev 178769 / 398506 Next

Newbie R question PART2

Dieter Menne wrote:
once we talk about preferences, here's the version which i like most
because of (a) least typing, (b) the non-pompous little r:

    r <<< "cat('foo\n')"
    # foo

vQ