base-functions | Pseudo-function to re-export functions from the *utils*... |
dplyr-functions | Pseudo-function to re-export *dplyr*'s common functions. |
file_copy_n | Function to copy files with *fs* but file by file to allow... |
format_microbenchmark_return | Function to format a *microbenchmark* return into a tidy... |
free | Function to calculate percentage memory usage. |
get_device_read_speeds | Function to run the 'hdparm' programme to get devices' read... |
get_find_mount_data | Function to get a system's mount point and device... |
get_ip_address_information | Function to get public IP address information from the... |
get_os_release_string | Function to return a somewhat detailed operating system... |
get_time_zone | Function to get time zone information from a date, latitude,... |
hostname | Function to find system's hostname. |
image_raw_to_jpg | Function to convert raw image files (usually 'CR2') to 'jpg'... |
image_resize | Function to resize images with 'ImageMagick'. |
image_update_creation_date | Function to update an image's creation dates. |
linux_release | Function to get Linux release information. |
log_system_loads | Function to log system logs. |
os | Function to get operating system type. |
pdf_combine | Function to combine 'pdf' files using 'pdftk'. |
pdf_crop | Function to crop a pdf file. |
pdf_to_png | Function to convert a pdf file to a png file, usually used... |
pipe | Pseudo-function to re-export *magrittr*'s pipe. |
png_to_jpg | Function to convert a '.png' image to a '.jpeg' image. |
read_rhythmbox_database | Functions to read XML files created by the Rhythmbox music... |
r_version | Function to return a formatted 'R.Version' call. |
speed_test | Function to run the 'speedtest-cli' internet bandwidth... |
stop_quietly | Function to stop an R session without an error. |
svg_to_pdf | Function to convert a 'svg' file to a 'pdf' file. |
synchronize_directory | Function to synchronize a local and remote directory with... |
system_block_devices | Function to return system block devices. |
system_cpu_core_count | Function to return the system's number of CPU cores. |
system_cpu_information | Function to return CPU information. |
system_directory_size | Function to get the total size of a directory. |
system_disk_space | Function to return a system's file systems' free space... |
system_essid | Function to return a system's extended service set... |
system_host_reachable | Function to test of a URl/host is reachable. |
system_info | Function to return a better formatted 'Sys.info' call. |
system_ip_address | Function to return system's IP address. |
system_last_users | Function to return a formatted version of the Unix 'last'... |
system_load | Function to return formatted system loads. |
system_mac_addresses | Function to return a system's media access control (MAC)... |
system_memory_information | Function to return a system's memory information. |
system_memory_usage | Function to calculate percentage memory usage. |
system_network_connections | Function to list a system's network connections. |
system_notify | Function to send a system notification to the Ubuntu desktop. |
system_pid | Funciton to get R's system process ID. |
system_processes | Function to list a system's processes. |
system_running_processes | Function to count number of processes running. |
system_sensors | Function to format 'sensors' output. |
system_time_zone | Function to get system's time zone string. |
system_uptime | Function to get system uptime. |
system_usb_devices | Function to return a system's USB devices from a 'lsusb'... |
system_users_running_processes | Function to list or count users who have running processes. |
system_who | Function to return logged in users. |
to_json | Function to quickly use 'jsonlite::toJSON'. |
ubuntu_test | Function to test if the current system is an Ubuntu... |
webp_to_jpg | Function to convert a '.webp' image to a '.jpg' image. |
zzz | Function to squash R check's global variable notes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.