Wiki

Clone wiki

r-text-tools / getAllEccoTcpTexts

Takes a csv filename and column number and reads TCP IDs from the designated column. Then loops through all IDs and goes out over network and getsthe full text for each and concatenates all texts returns into a single large text string. Returns the giant blob of words.

Digital Approaches to Bibliography and Book History - Rare Book School - University of Virginia - Carl Stahmer and Benjamin Pauley

USAGE:

text <- the name of a csv file
field <- the column to look in for TCP ids
maxnum <- The maximum number of texts to grab

getAllEccoTcpTexts(text, field, corr)

examples:

r> getAllEccoTcpTexts("ecco-tcp-ids.csv", 2, 100)

This work is licensed under a Creative Commons Attribution 4.0 International License.

Updated