Description Usage Arguments Value Examples
Read data from Stack Overflow easily
1 | readSOdata(text, sep = "|", strip.white = TRUE, header = TRUE, ...)
|
text |
string to be read |
sep |
separator |
strip.white |
Do you want to strip the white space? |
header |
Does the text contain headers? |
... |
Additional arguments to read.table |
A data.frame
1 2 3 4 5 6 7 | readSOdata('Participate | B1 | B2 | B3 | B4 | B5 | Query1 | Query2
3 | -1 | -1 | -1 | -1 | -1 | Noissue | Noissue
1 | -1 | 1 | -1 | -1 | 1 | Noissue | Noissue
1 | -1 | -1 | -1 | -1 | -1 | Issue | Noissue
2 | -1 | 1 | 1 | -1 | 1 | Noissue | Noissue
2 | 1 | 1 | 1 | 1 | -1 | Noissue | Noissue
1 | -99 | -99 | -99 | -99 | -99 | Noissue | Noissue')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.