fetchSubjects function

Future<String> fetchSubjects(
  1. String studyId
)

Implementation

Future<String> fetchSubjects(String studyId) async => Study.fetchResultsCSVTable(studyId);