logFileListRead | R Documentation |
This function calls logFileRead to read the individual log files.
logFileListRead(fileNameList, readFunction=logFileRead, columnList=NULL)
fileNameList |
A list of character file names |
readFunction |
This function is called to read the file name. |
columnList |
The columnList is a list of predefined column names. See |
The function returns a dataframe that is the concatenation (rbind) of the read log files. If the default read function is used the data frame will contain the standard column set required by the other functions in this package.
Greg Hunt <greg@firmansyah.com>
fileNameList = logFileNamesGetAll(dataDirectory=datd)
logdf = logFileListRead(fileNameList,
readFunction=logFileRead,
columnList=logFileFieldsGetIIS(fileNameList[[1]]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.