We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been using this code in a script and wondered whether it should be added to {officer}
cursor_reach_index <- function (x, doc_index) { x$officer_cursor$which <- doc_index x }
The text was updated successfully, but these errors were encountered:
AFAICS, the rttpx object has no officer_cursor element.
rttpx
officer_cursor
officer::read_pptx() |> names() |> sort() [1] "content_type" "core_properties" "cursor" "doc_properties_custom" [5] "masterLayouts" "notesMaster" "notesSlide" "package_dir" [9] "presentation" "rel" "slide" "slideLayouts" [13] "table_styles"
What is x here and what is this function supposed to do?
x
Sorry, something went wrong.
@markheckmann @daviddiviny is using the Word object, it has a cursor object :)
Not sure if it would be helpful or not but I wrote a couple of wrappers adding some extra functionality and flexibility to the cursor functions https://github.com/elipousson/officerExtras/blob/main/R/cursor_docx.R
No branches or pull requests
I have been using this code in a script and wondered whether it should be added to {officer}
The text was updated successfully, but these errors were encountered: