Learn R Programming

vvmover

Introduction

The vvmover package is an R package that provides functions for reading and writing data in various file formats, as well as retrieving metadata associated with files. It aims to simplify data import and export tasks and provide users with a comprehensive set of tools to work with different types of data files.

Installation

You can install the vvmover package from CRAN using the following command:

install.packages("vvmover")

To load the package into your R session, use the library function:

library("vvmover")

Features

The vvmover package offers the following key features:

  • Reading and writing data in various file formats, including CSV, RDS, Excel, and ZIP files.
  • Retrieving metadata associated with files, such as file size and creation date.

For detailed examples and usage guidelines, please refer to the package documentation.

Contributing

Contributions to the vvmover package are welcome. If you encounter any issues or have suggestions for improvements, please submit an issue on the GitHub repository.

Additional Resources

Copy Link

Version

Install

install.packages('vvmover')

Monthly Downloads

147

Version

1.6.0

License

MIT + file LICENSE

Issues

Pull Requests

Stars

Forks

Maintainer

Tomer Iwan

Last Published

February 26th, 2024

Functions in vvmover (1.6.0)

print_last_modified

Print date the file was last modified
unzip_read_delim

Extract a .zip archive and read in with read_delim
random_string_vector

Generate a random string vector
calculate_na_percentage

Calculate NA Percentage
get_recent_file

Get recent file
is_field_subset

Check if Field is Subset
check_installed_package

check_installed_package
get_recent_file_date_filename_ymd

Get recent file date filename ymd
move_files_pattern

move files pattern
get_last_modifed_date

get_last_modified_date
add_current_datetime_column

Add current date and time to data frame.
get_recent_file_date_modified

Get recent file date modified This function determines the path of the most recent version of a file in a folder. The sorting is determined based on the date of the last change.
%>%

Pipe operator
read_excel_allsheets

Read Excel Allsheets
save_session_info_to_file

Save session info to a file