Releases: Fredo-XVII/RToolShed
Releases · Fredo-XVII/RToolShed
RToolShed v0.1.6 Release
RToolShed 0.1.6
- Upgrade for R 4.0.5
- Remove
return()
from functions.
Release v0.1.5
RToolShed 0.1.5
-
New functions:
write_df_to_hive3()
: upload a dataframe to hive 3 as a managed table. All side effects removed at the end of the function call.write_csv_to_hive3()
: upload a dataframe to hive 3 as a managed table. All side effects removed at the end of the function call.
-
Bug fix:
write_df_to_hive()
:- removed static path to write to and replaced with code that will build and delete a new directory where the dataframe will be saved on the server. Updated docs.
- replace
file
withcsv_file
so that it conforms withwrite_csv_to_hive()
write_csv_to_hive()
: removed static path to write to and replaced with code that will build and delete a new directory where the dataframe will be saved on the server. Update docs.test_na
: fixed issues in import to importFrom
Release v0.1.4
See News.md for release notes and added functions.
Release v0.1.3
In this release added the lag_it and diff_it functions for lagging and differencing variables.