Learn R Programming

icesVMS (version 1.1.4)

screen_vms_file: Screen a VMS file and submit for QC checks

Description

In this web service the user can upload a file to be screen and validated by the VMS database. The service can be called using post and the file will have to be part of the body of the call. The user needs to be authenticated in order to call this service. This file can be later pushed to the database by the same user.

Usage

screen_vms_file(file, verbose = FALSE)

Value

text message from the screening process

Arguments

file

file name of the file containing the data to screen

verbose

return verbose information about the POST request

Examples

Run this code
if (FALSE) {
# requires authorization
filename <- system.file("test_files/vms_test.csv", package = "icesVMS")
screen_vms_file(filename)
}

Run the code above in your browser using DataLab