Browse Source

Merge pull request #22 from sangeetabhatia03/master

Updated function name in README
tags/v0.6.2
boB Rudis 4 years ago
committed by GitHub
parent
commit
6dc04f3881
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      README.md

2
README.md

@ -46,7 +46,7 @@ The following functions are implemented:
- `docx_describe_cmnts`: Returns a description of all the comments in
the Word document
- `docx_extract_tbl`: Extract a table from a Word document
- `docx_extract_cmnts`: Extract comments from a Word document
- `docx_extract_all_cmnts`: Extract comments from a Word document
- `docx_extract_all_tbls`: Extract all tables from a Word document
(`docx_extract_all` is now deprecated)
- `docx_tbl_count`: Get number of tables in a Word document

Loading…
Cancel
Save