search for: r_help_domains

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

2003 Apr 15
1
References of R in use (SHORT SUMMARY)
...f 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 it works sed 's/\.[^\.]*$/yyyy&/;s/.*yyyy\.//' r_help_domains.txt | sort | uniq -c > r_help_states.txt Resulting file r_help_states inludes 64 rows. (Note: "my" list may differ from list by Martin...