Re: [R] Read excel specific column

2022-08-23 Thread Rui Barradas
Hello, The examples below use packages readxl and cellranger. # to read the 1st column of a xlsx file named filename: library(readxl) read_xlsx(filename, range = cellranger::cell_cols("A")) # to read 1st column of all files in filenames_vec # result is a list of data.frames each of them with

Re: [R] Read excel specific column

2022-08-23 Thread Andrew Simmons
I like package openxlsx, with the function openxlsx::read.xlsx() Another common package that people use readxl On Tue., Aug. 23, 2022, 7:51 p.m. Anas Jamshed, wrote: > I have .xlsx files with gene names in first column.How can read and load in > R? > > [[alternative HTML version deleted

[R] Read excel specific column

2022-08-23 Thread Anas Jamshed
I have .xlsx files with gene names in first column.How can read and load in R? [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read

Re: [R] Unable to install package "checkpoint" on R3.6.3

2022-08-23 Thread Rui Barradas
Hello, Instead of downloading the zip file, download the tar.gz file from [1] checkpoint_0.4.10.tar.gz and at a command line run R CMD INSTALL checkpoint_0.4.10.tar.gz [1] https://cran.r-project.org/src/contrib/Archive/checkpoint/ Hope this helps, Rui Barradas Às 16:16 de 22/08/2022, Mri

Re: [R] Unable to install package "checkpoint" on R3.6.3

2022-08-23 Thread Ivan Krylov
On Mon, 22 Aug 2022 20:46:08 +0530 Mrinmay Kalita wrote: > As per the screenshot attachments, some packages did not get installed > while doing "install.packages("checkpoint")" on R console. I retried > using different mirrors for download to no good. Attachments didn't make it through: the mail