This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| getqueries <- function (search_query, code_lang) { | |
| packages <- c("XML", "httr") | |
| if (length(setdiff(packages, rownames(installed.packages()))) > 0) { | |
| install.packages(setdiff(packages, rownames(installed.packages()))) | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # install.packages("pdftools") | |
| library(pdftools) | |
| test <- pdf_text(file.choose()) | |
| #option 1 | |
| # install.packages("tokenizers") | |
| library(tokenizers) | |
| tokenize_words(test) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From | To | Weight | Type | |
|---|---|---|---|---|
| 1 | 1 | 0 | 1 | |
| 1 | 2 | 0 | 1 | |
| 1 | 3 | 0 | 1 | |
| 1 | 4 | 0 | 1 | |
| 1 | 5 | 0 | 1 | |
| 1 | 6 | 0 | 1 | |
| 1 | 7 | 0 | 1 | |
| 1 | 8 | 0 | 1 | |
| 1 | 9 | 0 | 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 1 | 1 | 0 | 1 | |
|---|---|---|---|---|
| 1 | 2 | 0 | 1 | |
| 1 | 3 | 0 | 1 | |
| 1 | 4 | 0 | 1 | |
| 1 | 5 | 0 | 1 | |
| 1 | 6 | 0 | 1 | |
| 1 | 7 | 0 | 1 | |
| 1 | 8 | 0 | 1 | |
| 1 | 9 | 0 | 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From | To | Weight | Type | |
|---|---|---|---|---|
| 1 | 2 | 0 | 1 | |
| 1 | 3 | 0 | 1 | |
| 1 | 4 | 0 | 1 | |
| 1 | 5 | 0 | 1 | |
| 1 | 6 | 0 | 1 | |
| 1 | 7 | 0 | 1 | |
| 1 | 8 | 0 | 1 | |
| 1 | 9 | 0 | 1 | |
| 1 | 10 | 0 | 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| javascript: void((function() { | |
| function updateQueryStringParameter(uri, key, value) { | |
| var i = uri.indexOf('#'); | |
| var hash = i === -1 ? '' : uri.substr(i); | |
| uri = i === -1 ? uri : uri.substr(0, i); | |
| var re = new RegExp("([?&])" + key + "=.*?(&|$)", "i"); | |
| var separator = uri.indexOf('?') !== -1 ? "&" : "?"; | |
| if (uri.match(re)) { | |
| uri = uri.replace(re, '$1' + key + "=" + value + '$2'); | |
| } else { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| i don't get it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| I don't get it |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| what is this thing? |