Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
614 views
in Technique[技术] by (71.8m points)

extracting metadata of Excel files, incl. author, with R

I understand file.info() (in R) extracts data including file size, date of last modification, date of last access etc. of a chosen file. Unfortunately this information doesn't match what is available on right-clicking of an Excel 2016 file (in a Windows 10 environment) and going to Properties --> Details and doesn't include the author of the respective file.

Is there a function or method available in R to extract the information above (i.e. name of file, date of creation, date of last modification, author as per right-clicking of file in a Windows 10 environment), possibly to a data-frame?

I've been googling around for a while without success.

I asked my colleagues to collect (non-patient-identifiable) data in Excel files (one file per patient) and some of the data collectors struggle to link these files with other entries they completed on another system (which unexpectedly failed to provide a link to connect the two data-sets). I thought by providing information on collected data, as above, data-collectors might find it easier to identify their entries.

question from:https://stackoverflow.com/questions/65902054/extracting-metadata-of-excel-files-incl-author-with-r

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...