get_dimensions_googledoc: Get information from the jsPsychR GoogleSheet to help...

View source: R/get_dimensions_googledoc.R

get_dimensions_googledocR Documentation

Get information from the jsPsychR GoogleSheet to help creating a new task

Description

This function parses the information of the jsPsychR GoogleSheets to give you pre-prepared code for the different sections of the prepare_TASK() function. Remember you can create the tasks with jsPsychHelpeR::create_new_task(get_info_googledoc = TRUE)

Usage

get_dimensions_googledoc(
  short_name_text,
  google_username = "gorkang@gmail.com",
  google_sheet = c("NEW", "All")
)

Arguments

short_name_text

Short name of the task.

  • For a list of all tasks: jsPsychMaker::list_available_tasks()

google_username

Email of a google user with access to the

google_sheet

One of: c("NEW", "All")

Value

Gets information from Google doc


gorkang/jsPsychHelpeR documentation built on Oct. 15, 2024, 8 a.m.