The following approach can be considered : library(RDCOMClient) wordApp <- COMCreate("Word.Application") wordApp[["Visible"]] <- TRUE ...
確定! 回上一頁