forked from lebebr01/pdfsearch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
36 lines (35 loc) · 1004 Bytes
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Generated by roxygen2: do not edit by hand
export(convert_tokens)
export(heading_search)
export(keyword_directory)
export(keyword_search)
export(run_shiny)
import(purrr)
importFrom(dplyr,"%>%")
importFrom(dplyr,mutate)
importFrom(dplyr,pull)
importFrom(franc,franc)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,content_type)
importFrom(httr,headers)
importFrom(httr,progress)
importFrom(httr,status_code)
importFrom(httr,stop_for_status)
importFrom(httr,upload_file)
importFrom(pdftools,pdf_text)
importFrom(pdftools,pdf_toc)
importFrom(stringi,stri_c)
importFrom(stringi,stri_flatten)
importFrom(stringi,stri_isempty)
importFrom(stringi,stri_join)
importFrom(stringi,stri_length)
importFrom(stringi,stri_split_boundaries)
importFrom(stringi,stri_split_lines)
importFrom(stringi,stri_split_regex)
importFrom(stringi,stri_trim)
importFrom(tibble,tibble)
importFrom(tokenizers,tokenize_sentences)
importFrom(tokenizers,tokenize_words)