R/column_index.R

#' This function is used to be able to obtain the indexes of the selected rows in the datatable.
#'
#' @param c the indexes of the selected rows
#' @param df1 the dataframe which is going to be used.
#'
#' @return data frame.
#' @export
column_index <- function(c, df1){
  df1 <- df1[c,]
}
paris-appartemnt-project/apartment_project documentation built on May 6, 2019, 4:33 p.m.