Closed Seyi007 closed 1 month ago
prepareXYZ
functions are doing. The function names seem a bit vague.notetoself @the-mayer, we need to figure out what these
prepareXYZ
functions are doing. The function names seem a bit vague.
Not sure if this is helpful @jananiravi but all these functions (except all_non_n_cols_to_char) appear to be user-facing. They all appear in the NAMESPACE file.
create_all_col_params - appears to be designed to generate a set of parameters based on the columns in a data frame (count_data) create_one_col_params - appears to processes a specific column (col_num) in a data frame (df) to generate parameters such as ids, parents, labels, values, and hovertext.
Just a note, eventually we will be reducing the number of exports for MolEvolvR. Currently, it exports more functions than a user will be expected to use. Eventually this will be tackled in another series of issues.
At current, the NAMESPACE file is not the definitive source of truth for what will be exported in the release version of MolEvolvR .
Originally posted by @the-mayer in https://github.com/JRaviLab/MolEvolvR/issues/7#issuecomment-2395215829
NOTE: Before beginning to work on a particular file, please check to see that @jananiravi has given the π on the comment.
Please follow the contributing guidelines and create a new branch containing your changes. Commit your work, and submit a PR when ready for review.
Additionally, use the search in all files functionality in VS code, Rstudio, or any other text editor, and list all files the function is being called or used to be updated later.