- 对
read_es_query()
中 tidyselece 部分进行修改以通过 R CMD check。
- Added
read_es_query()
, which facilitates the reading and tidying of Elasticsearch query results into a tibble.
- Added
warn = FALSE
toreadLines(con)
to remove warning when usingformat_input()
.
- Modified the function name from
quote_text()
toformat_input()
and introduced two additional parameters:type
, which determines whether quotation marks are included, andsep
, which governs the formatting of the output.
- Improved the
progress()
function to no longer display the task progress as 100% when the task is completed.
- Add the
quote_text()
function to wrap a column of strings with double quotes and commas so that they can be used as input for other functions (e.g.,c()
).
- Add
extract_highlights()
to extract highlighted sentences from a Markdown file. Now I can easily identify and collect important sentences enclosed in**
for further analysis or presentation.