read_desc_list: Read a list of chemical descriptor files

Description Usage Arguments Details Value

View source: R/read_desc_list.R

Description

read_desc_list is a wrapper for [read_desc()] and lapply. The function calls [read_desc_helper()] for additional error handling. Acceptable files are RDS, CSV, and Excel files.

Usage

1
read_desc_list(path_list, quiet = F, shorten = T, use_filename = T)

Arguments

path_list

The list of locations of chemical descriptors

quiet

Whether the function will produce messages. The default is FALSE.

shorten

Whether to message the shortened file name. The default is TRUE.

use_filename

Whether to use the file names to label the elements of the list. The default is TRUE.

Details

Additionally, the list of the files read from the paths will be named with the filenames minus the file extensions. This can be controlled with use_filename

Value

A list of the files read from the paths


awqx/qsarr documentation built on Oct. 2, 2021, 7:05 a.m.