Package index
-
assert_dataframe_with_data()
- Assert Object is a Dataframe with at least one row of data
-
is_dataframe_with_data()
- Test if Object is a Dataframe with at least one row of data
-
is_linux()
- Is this a Linux Machine?
-
is_windows()
- Is this a Windows Machine?
-
make_datekey()
- Convert a date object into a datekey integer
-
make_timestamp()
- Create a standard timestamp
-
read_all_ext()
- Read all files with specified extension in a folder
-
read_common_file()
- Read a file based on its extension
-
read_folder()
- Read all files in a folder and hope for the best
-
rename_with_stringr()
- Squish and lowercase all variables in a dataframe
-
skip_if_linux()
- Skip unit test if on linux
-
skip_if_not_linux()
- Skip unit test if not on linux
-
skip_if_not_windows()
- Skip unit test if not on windows
-
skip_if_windows()
- Skip unit test if not on linux