search for: r_help_lists

Displaying 1 result from an estimated 1 matches for "r_help_lists".

2003 Apr 15
1
References of R in use (SHORT SUMMARY)
...t which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. " Domains list: After download of list from R web site (saved as r_help_lists.txt), #!/bin/sh # following gives the domains lists, 2nd and 3rd sed substitutions get rid off unwanted HTML tags sed 's/.* at //;s/<\/a>//;s/)<\/em>//' r_help_lists.txt | sort | uniq > r_help_domains.txt # not very elegant way to obtain domains of states and com, edu,...but...