Skip to content

Labstep/labstepR

Repository files navigation

labstepR

An R package for working with the Labstep API.

Installation

In R:

install.packages("devtools")
library(devtools)
install_github("Labstep/labstepR")

Usage

library(labstepR)

#Login to your Labstep account
user <- login('YOUR_USERNAME','YOUR_PASSWORD') 

#Create an experiment
experiment <- createExperiment(user,'My First Experiment','This is a description of my test experiment') 

#Comment on an experiment
comment <- addComment(user,experiment,'This is me commenting on my test experiment')

#Attach a file to an experiment

filepath = 'test_file.txt'

file <- attachFile(user,experiment,filepath,'does this caption work?')

API Reference

For a full list of available methods see https://labstep.github.io/labstepR/reference/index.html

About

An R package for working with the Labstep API

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages