title: 通过conda安装和使用openxlsx tags: [] id: '1563' categories:
conda install -c conda-forge r-openxlsx=4.2.5 -y
openxlsx::read.xlsx(xlsxFile = "marker.xlsx", sheet = 1, colNames = F)